Brad Scott skrev:
Any line beginning with just a number (ie 9, 10, 16) causes a failure. What am I missing?
backticks. Use `9`, `10`, etc.Having column names that begin with numbers is a really bad design decision. "9a123" (unquoted, of course) will work, as you've noticed, but e.g. "0x123" is going to give you a nasty surprise.
/ Carsten -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=arch...@jab.org