[thelist] Mysql CHAR

Mark Groen evolt at markgroen.com
Mon Mar 5 19:33:32 CST 2007


On Monday 05 March 2007 16:40, Santilal Parbhu wrote:
> CREATE TABLE $comppoints (

Use backticks/backquotes (ascii 96, same key without Shift as ~) not " or '

CREATE TABLE `$comppoints` (

should work.

-- 
cheers,

        mark



More information about the thelist mailing list