select 列名 from 表名 意思:查看表中的列名中的数据
select * from 表名
select * from syscolumns where id = object_id('表名')
sp_help 表名
USE 数据库名SELECT 要查询的列名 FROM 表名