Home ›
kids, don't forget to clean up your commaskids, don't forget to clean up your commas
Submitted by Benjamin Melançon on September 14, 2007 - 6:36pm
user warning: 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 ') /*!40100 DEFAULT CHARACTER SET UTF8 */' at line 2 query: relativity_access_install CREATE TABLE joe_relativity_access ( nid int(10) unsigned NOT NULL default '0', uid int(10) unsigned NOT NULL default '0', KEY nid (nid), KEY uid (uid), ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /Applications/MAMP/htdocs/joeaustin/includes/database.mysql.inc on line 172.
Just have to say it's quite annoying that trailing commas are <em>not</em> allowed in db_query final statements.


Comments
Post new comment