select column_name as [字段名],data_type as [数据类型] 
from information_schema.columns 
where table_name='表名' and data_type<>'xml'

相关文章:

  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-09-01
  • 2021-11-04
  • 2021-09-01
猜你喜欢
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案