摘要: MySQL查询语句: 查库:select schema_name from information_schema.schemata; 查表:select table_name from information_schema.tables where table_schema='security';( 阅读全文
posted @ 2020-02-11 16:30 mxm$ 阅读(1122) 评论(0) 推荐(0)