Hi,
if in the EDIT command I use table.column (1) I get an error. I usually enter the table name and then search for the field with the Ctrl+dot key combination (but clearly this is not a problem for the dual table )
- edit dual where dual.dummy = 'X' -- Error ORA-00904
- edit dual where dummy = 'X' -- Ok
Thank's!