oracle中,如何获取某个表中的所有字段?

来源:互联网 发布:php 今日开始时间 编辑:程序博客网 时间:2024/05/02 08:19

for example

target: query all column name in table -student .


solution: select * from all_tab_cols where  table_name='student';

原创粉丝点击