--查询数据库表字段的类型信息sql
select t.TABLE_NAME,t.COLUMN_NAME,t.DATA_TYPE from user_tab_columns t where t.DATA_TYPE='NCLOB'

 

相关文章:

  • 2021-07-14
  • 2022-03-10
  • 2022-01-21
  • 2022-02-28
  • 2022-12-23
  • 2021-06-18
  • 2021-11-17
猜你喜欢
  • 2021-12-12
  • 2022-02-26
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-11-29
  • 2021-05-28
相关资源
相似解决方案