摘要: --查询tablename 数据库中 以"_copy" 结尾的表 select table_name from information_schema.tables where table_schema='tablename' and table_type='base table' and table 阅读全文
posted @ 2018-07-12 16:57 BloggerSb 阅读(801) 评论(0) 推荐(0)