One of my columns is called "from". I can't change it, I didn't make it. Am I allowed to do something like "SELECT from FROM TableName"?
Or is there a special syntax to avoid the SQL server being confused?
I am using Microsoft SQL Server (express i think) and Java JDBC, if that matters...
Thanks
Nathan