select a.TABLE_NAME,b.COMMENTS
from user_tables a,user_tab_comments b
WHERE a.TABLE_NAME=b.TABLE_NAME
order by TABLE_NAME

相关文章:

  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2021-07-01
  • 2021-07-15
猜你喜欢
  • 2022-12-23
  • 2022-01-16
  • 2021-08-26
  • 2022-02-05
  • 2022-12-23
  • 2021-10-13
  • 2022-12-23
相关资源
相似解决方案