One of my columns is called from. I can\'t change the name because I didn\'t make it. Am I allowed to do something like SELECT from FROM TableName
from
SELECT from FROM TableName
If you ARE using SQL Server, you can just simply wrap the square brackets around the column or table name.
select [select] from [table]