Glowworm27
Programmer
I have a column in SQL named Size, in Oracle this is a reserved word.
In SQL to use a reserved word you wrap [ and ] around the word to use it as a column name. For instance
is there a way to use a reserved word in an Oracle Query some way???
Thanks in Advance
George Oakes
Check out this awsome .Net Resource!
In SQL to use a reserved word you wrap [ and ] around the word to use it as a column name. For instance
Code:
Select mytable as [table] from sometable
is there a way to use a reserved word in an Oracle Query some way???
Thanks in Advance
George Oakes
Check out this awsome .Net Resource!