mysql查询某个数据库是否存在某个表

select * from information_schema.TABLES where TABLE_SCHEMA=(select database()) and `table_name` ='your table'