sql  列出 表字段

SQL SERVER中的语句是

select name
from syscolumns
where id =object_id('表名')

把“表名”替换成实际的表名。

 

相关文章: