reserved words
638484May 9 2008 — edited May 12 2008I have a table with a column name = 'value'
(legacy DB so have I no control over column names)
Am writing a PL/SQL script to insert some rows & am falling foul of the fact that value is a reserved word in PL/SQL
I get a PL/SQL: ORA-00904: "VALUE": invalid identifier error msg
any ideas how/if I can workaround this
Or have I got to re-implement my script as a piece of code in (say) Java or something else