oracle 查询表结构

SELECT *
FROM ALL_TAB_COLUMNS
WHERE TABLE_NAME in ('TB_B_STORE','TB_B_EMPLOYEE') and OWNER='ERP_PD';

原文地址:https://www.cnblogs.com/liang-ling/p/5341076.html