Bug #9654 Cant Create a view
Submitted: 5 Apr 2005 15:42 Modified: 5 Apr 2005 15:58
Reporter: Munnawar Mohammad Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.0.24 OS:Windows (Windows 2000 Service pack 4)
Assigned to: CPU Architecture:Any

[5 Apr 2005 15:42] Munnawar Mohammad
Description:
create table emp (email varchar(50));                //looks Good
insert into emp values ("m@yahoo.com");           //looks Good
create view empview as select * from emp        // PROBLEM !

THE FOLLOWING IS THE ERROR I GET

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 'view empview as select * from emp' at line 1

How to repeat:
Follow the above steps .
 Thanks .
-Munnawar
[5 Apr 2005 15:58] MySQL Verification Team
Only supported by 5.0.XX servers.