select c.name as type from syscolumns a,sysobjects b,systypes c where a.id = b.id and a.xtype = c.xtype and b.name ='people'and (a.name='address'or a.name='id');
返回表内容为字段'address','id'两个字段的数据类型

相关文章:

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