select   a.name   表名,b.name   列名   from   sysobjects   a,syscolumns   b   where   a.id=b.id   and   b.name='表名'   and   a.type='U'


还算经常使用 转载自   http://www.cnblogs.com/dahuzizyd/archive/2007/02/02/sql.html

相关文章:

  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2021-11-09
  • 2021-12-24
  • 2021-11-03
猜你喜欢
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案