MySQL-查表列数

select count(1) from information_schema.COLUMNS where TABLE_SCHEMA='$databaseName' and table_name = '$tableName'

  

作者:stuka

个性签名:教育的目的是为了获得与个人兴趣爱好相适应并得到国家和社会认可的能力

如有帮助请点击右下“推荐”

wechat alipay

原文地址:https://www.cnblogs.com/stuka/p/11791800.html