Best unofficial Apache Server developers community |
|
After reading the tutorials and examples on creating tables, I'm trying to create my own. But, the error this code gives me doesn't tell me what is wrong. Can someone help?
posted via StackOverflow
|
|
 
|
You're doing the primary key declaration wrong, I believe. Leave off the word "create" and it should work. |
|
 
|
desc VARCHAR(255), "desc" is a reserved keyword, It might the problem, use something else and try Hope it helps |
|
 
|
|