select 
column_name,
data_type,
data_precision,
data_scale,
nvl((select t_s.comments
from all_col_comments t_s
where t_s.column_name = t.column_name
and t_s.table_name ='ccr_company_fundamental'
),column_name)
comments
from all_tab_columns t 
where
table_name = upper('ccr_company_fundamental')

相关文章:

  • 2021-12-22
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2022-03-05
  • 2021-08-18
  • 2021-08-20
相关资源
相似解决方案