mysql查找数据库中是否已经存在某张表时间:2021-05-13 18:41:20Sql: select count(*) from information_schema.TABLES t where t.TABLE_SCHEMA ="数据库名" and t.TABLE_NAME ="数据库表名";