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
 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to