摘要: 一、Oracle oracle中查询表名是否存在 select table_name from user_tables where table_name='B_IN_DETAIL'; 二、mysql 1、mysql中查询表名是否存在 select table_name from informatio 阅读全文
posted @ 2021-08-21 15:54 周文豪 阅读(194) 评论(0) 推荐(0)