查询表中有多少列?
奇怪怎么老是错的?
[解决办法]
select count(*) from syscolumns where id = object_id( 'yourTableName ')
发布时间: 2012-01-02 22:40:04 作者: rapoo
查询表中有多少列?
奇怪怎么老是错的?
[解决办法]
select count(*) from syscolumns where id = object_id( 'yourTableName ')