| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Carsten Pedersen | Date: | June 8 2010 7:02pm |
| Subject: | Re: Error 1064 | ||
| View as plain text | |||
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
| Thread | ||
|---|---|---|
| • Error 1064 | Brad Scott | 8 Jun |
| • Re: Error 1064 | Mattia Merzi | 8 Jun |
| • Re: Error 1064 | Carsten Pedersen | 8 Jun |
