This is a discussion on Creating a View within the MySQL Database forums, part of the Database Forums category; I am having a terrible time trying to create a view. Here is the sql string: $sql = "CREATE VIEW ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am having a terrible time trying to create a view. Here is the sql
string: $sql = "CREATE VIEW v AS SELECT * FROM t1;"; Here is the error: 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 v AS SELECT * FROM t1' at line 1 So simple, yet so vexing. Any thoughts? Thanks, -- whit nelson |
![]() |
| Thread Tools | |
| Display Modes | |
|
|