README.MD 120 B

  • 获取XX数据库所有表名

SELECT table_name FROM information_schema.TABLES WHERE table_schema = 'pacsonline';