您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

mysql如何查询表信息

2024/6/22 23:54:00发布27次查看
mysql查询表信息的方法:执行【select * from tables where table_schema = db_name;】命令可以查看数据库中所有表的信息。
具体方法如下:
相关学习推荐:mysql教程(视频)
查询一个里面所有表的信息:
use information_scheam;select * from tables where table_schema = "db_name";
查询单个表的信息:
use information_scheam;select * from tables where table_schema = "db_name" and table_name = "table_name1";
查询一张表的所有字段信息:
use db_name;show full columns from table_name1;show full columns from table_name2;
本文来自mysql图文教程频道,欢迎学习!
以上就是mysql如何查询表信息的详细内容。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product