jiafeimao-dabai

SELECT table_name,column_name,data_type FROM user_tab_columns
where data_type in (\'VARCHAR2\',\'CHAR\',\'NCHAR\',\'NCLOB\',\'NVARCHAR2\')
and table_name not like \'RPT_STAT_%\'
and table_name not like \'TMP_%\'
and table_name not like \'DV%\'
and table_name <> \'gh\'
and table_name <> \'gjxwbjb\'
and table_name <> \'gxfs\'
and table_name <> \'rsj\'
and table_name in (select table_name from user_tables)
order by table_name

分类:

技术点:

相关文章:

  • 2021-11-20
  • 2021-11-03
  • 2021-11-03
  • 2022-03-05
  • 2021-09-28
  • 2021-08-24
  • 2022-02-27
  • 2022-01-11
猜你喜欢
  • 2021-10-05
  • 2021-08-03
  • 2022-01-07
  • 2021-10-13
  • 2021-10-13
  • 2022-01-19
  • 2021-11-03
相关资源
相似解决方案