查询一个表的所有列名,数据类型

select column_name,data_type from information_schema.columns 
where table_name = 'Sys_User'
  • information_schema:系统视图

  • sys.extended_properties:系统视图

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
  • 2021-11-07
  • 2021-06-24
  • 2021-06-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-10-25
  • 2022-12-23
相关资源
相似解决方案