Hi,
We're registered users and we are having difficulties with columns with spaces or other characters in the name. We've tried the back-tick character, but that throws an error.
Thanks,
Peter
|
You can use
select "a column name",[a column name] from aTable.
|