select id from sysobjects where name='titles'
select [name],* from syscolumns where id=(select id from sysobjects where name='titles') order by colid

sqlserver查询系统表和系统表的字段的sql语句

相关文章:

  • 2021-06-08
  • 2021-06-03
  • 2021-11-11
  • 2022-02-08
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
  • 2021-09-01
猜你喜欢
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2021-07-18
相关资源
相似解决方案