分享至
朋友圈
微信
qq空间
qq
微博
复制
select COLUMN_NAME ,DATA_TYPE FROM user_tab_columns t where t.TABLE_NAME = '表名' 注意表名大写