Pokud chcete pouze seznam sloupců, můžete použít _TAB_COLS
zobrazení a ORDER BY
NULOVATELNÉ:
select table_name, column_name, data_type, nullable
from user_tab_cols
where table_name = 'MYTABLE'
order by nullable, column_name;
Pokud chcete pouze seznam sloupců, můžete použít _TAB_COLS
zobrazení a ORDER BY
NULOVATELNÉ:
select table_name, column_name, data_type, nullable
from user_tab_cols
where table_name = 'MYTABLE'
order by nullable, column_name;