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