Hello all,
As seen in the title, one of the database tables that I'm trying to extract information from has one of its columns as a reserved keyword.
I am trying to run some testing SQL code on Oracle SQL Developer.
The simple code I'm trying to run is:
select number
from specific_table
Result is:
ORA-01747: invalid user.table.column, table.column, or column specification
01747. 00000 - "invalid user.table.column, table.column, or column specification"
Is there some sort of way of getting around this?
Any help would be greatly appreciated.
Thank you!