查看数据库表中的列数

    技术2022-05-19  18

    select count(name) from syscolumns where id=(select id from sysobjects where xtype='u' and name='TableName')


    最新回复(0)