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?
double quotes worked in oracle when I had the keyword as one of the column name.
eg:
select t."size" from table t