Page is a not externally linkable
- Code, Content, and Presentation
-- Databases
---- Insert script failing


rocknbil - 5:05 pm on Jan 17, 2011 (gmt 0)


Type is likely a reserved word, like date, insert, int, etc. . . . . you should really rename that column, but if you must, do this.

INSERT INTO `type` (`type`) VALUES ('Muay Thai'),

Note the backticks on the field name, and how it worked on your create only because you did that. :-)


Thread source:: http://www.webmasterworld.com/databases_sql_mysql/4251919.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com