首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
Mysql 查询表字段数量
Mysql 查询表字段数量
mac
2022-06-30
29
select
count
(
*
)
from
information_schema.`COLUMNS`
where
TABLE_SCHEMA
=
'
dbName
'
--
数据库名
and
TABLE_NAME
=
'
tablename
'
;
--
表名
转载于:https://www.cnblogs.com/yangjinwang/p/11213130.html
相关资源:图书管理系统(Java Mysql)我的第一个完全自己做的实训项目
转载请注明原文地址: https://mac.8miu.com/read-56752.html
最新回复
(
0
)