| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Chris Carrier | Date: | May 12 2006 6:49pm |
| Subject: | Using a stored procedure inside a view | ||
| View as plain text | |||
Hey folks I'm trying to crate a view that runs a stored procedure. Can anyone tell me what I might be doing wrong or if what I'm trying it possible? Here is what I get: mysql> create view v as CALL flatscore(6,2); ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CALL flatscore(6,2)' at line 1 Thanks, Chris C -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.5.6/338 - Release Date: 5/12/2006
| Thread | ||
|---|---|---|
| • Returning records in a circle | Steffan A. Cline | 12 May |
| • Re: Returning records in a circle | Rhino | 12 May |
| • Re: Returning records in a circle | Steffan A. Cline | 12 May |
| • Using a stored procedure inside a view | Chris Carrier | 12 May |
| • Re: Returning records in a circle | Scott Haneda | 12 May |
| • RE: Returning records in a circle | George Law | 12 May |
| • Re: Returning records in a circle | Rhino | 12 May |
