SQL语句查询表中的列名


2008-04-02 17:12用SQL语句查询数据库的表中的所有列名:

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

【order by colorder】原始顺序

from:http://hi.baidu.com/jebeljebel/blog/item/82a95e54fb39605cd0090663.html

相关文章:

  • 2021-11-03
  • 2021-11-03
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-23
  • 2022-01-04
  • 2021-12-15
  • 2021-06-12
  • 2022-12-23
  • 2022-03-07
相关资源
相似解决方案