I'm attempting to query a table with column names that have spaces.
I've only used MySQL a little bit, so I'm at a loss.
I've tried ' (single quotes) which comments out the field.
I've tried " (double quotes) which just makes it text.
I've tried placing the following wildcards in place of the spaces % or _ or *.
But nothing has worked, what am I doing wrong?
Any help would be appreciated.
Aghhhhhh!
I've only used MySQL a little bit, so I'm at a loss.
I've tried ' (single quotes) which comments out the field.
I've tried " (double quotes) which just makes it text.
I've tried placing the following wildcards in place of the spaces % or _ or *.
But nothing has worked, what am I doing wrong?
Any help would be appreciated.
Aghhhhhh!