输入banner图图片脚本导航/分类

SQL Server 查询数据库表的列数

select count(*) from sysobjects a 2 join syscolumns b 3 on a.id=b.id 4 where a.name=表名 5 go

 

SQL Server 查询数据库表的列数

标签: