可以这样解决问题么?又没分了 - -!一个表里的字段N多,我要10-N的字段付NULL 如何不一个一个字段写?[解决办法]--查詢10-N的字段名 select name from syscolumns where id=object_id( '表名 ') and colid between 10 and N order by colid