5.2 列出表的列

select column_name,data_type,ordinal_position from information_schema.columns where table_schema='SCOTT' and table_name='EMP';

posted @ 2017-09-14 07:12  屠魔的少年  阅读(153)  评论(0)    收藏  举报