SELECT name FROM syscolumnsWHERE (id =(SELECT idFROM sysobjectsWHERE (id = OBJECT_ID('userinfo'))))ORDER BY colid
userinfo是表名