摘要: --查看当前库中的所有表select * from all_tables a where a.table_name='INFOCODE_P20081'--查看表结构select * from all_tab_columns where table_name='INFOCODE_P20081'--查看 阅读全文
posted @ 2016-05-06 13:06 金虹巴巴 阅读(5977) 评论(0) 推荐(0) 编辑