作用:Increase readability and usability (增加可读性和可用性)

用法:select  q'[ select * from ]'||table_name|| ';'   from all_tables;

    q'[ ]'

其中[] 可以改变为其他任意字符

 

相关文章:

  • 2022-02-01
  • 2022-01-11
  • 2021-12-31
  • 2021-11-16
  • 2022-02-09
  • 2021-12-31
  • 2021-07-28
猜你喜欢
  • 2021-12-31
  • 2022-12-23
  • 2021-05-18
  • 2021-12-31
  • 2021-12-31
  • 2021-10-27
相关资源
相似解决方案