MySQL的一些SQL语句

今天继续分享一些实用的MySQL语句 1.查看当前数据库的业务表 SELECT schema_name AS db_name FROM information_schema.schemata WHERE schema_name NOT IN (……