sql 获取一个表的所有字段 09月28日 分类: SQL 0条评论 703 ℃ --------------------广告位招租-------------------- select name from sys.columns where object_id=object_id('hospitallist')