In TSQL I could use something like Select [table] from tablename to select a column named \"table\".
Select [table] from tablename
How do I do this for reserved words in oracle?
you have to rename the column to an other name because TABLE is reserved by Oracle.
TABLE
You can see all reserved words of Oracle in the oracle view V$RESERVED_WORDS.
V$RESERVED_WORDS