How do I update the views user_tab_column s and dba_tab_columns ?
I am using Oracle 9.
I am trying to use a select command to find out info about the columns
in some tables - their data_type, data_length and whether they are
nullable.
I am using Oracle 9.
I am trying to use a select command to find out info about the columns
in some tables - their data_type, data_length and whether they are
nullable.
Comment