Mysql sql server数据库查询指定表列名的个数 2021年10月29日 / select count(name) from syscolumns where id = object_id('表名')