摘要:
MySQL查询语句: 查库:select schema_name from information_schema.schemata; 查表:select table_name from information_schema.tables where table_schema='security';( 阅读全文
摘要:
mysql的基本用法: 查库:select schema_name from information_schema.schemata 等同于 show databases 查表:select table_name from information_schema.tables where table_ 阅读全文