如何查找数据库中有多少张表 mysql
摘要:
SELECT COUNT(*) TABLES, table_schema FROM information_schema.TABLES WHERE table_schema = 'yxltest' GROUP BY table_schemayxltest:数据库名字 阅读全文
posted @ 2012-10-13 16:18
专注2018
阅读(183)
评论(0)
推荐(0)
浙公网安备 33010602011771号