查询test库有几个表1、列出所有列表use test;show tables;2、使用sql查询SELECT count( * ) FROM information_schema.tables WHERE TABLE_SCHEMA = 'test';
Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有 粤ICP备16019765号