I am trying to extract data from an imported database (originally MS Access). Unfortunately one of the column names has a space in it which is causing me problems.
I need to be able to refernce this column but I get a syntax error or a unknown column error when I try because mySQL doesn't accept the column name with it's annoying space in it.
How do I get around this problem?
Thanks
I need to be able to refernce this column but I get a syntax error or a unknown column error when I try because mySQL doesn't accept the column name with it's annoying space in it.
How do I get around this problem?
Thanks