select COLUMN_NAME
from user_tab_columns
where Table_Name = 'TABLE_NAME'
order by column_name;

注表名需大写;

posted on 2021-05-06 09:52  Apeak  阅读(296)  评论(0编辑  收藏  举报