Oracle escape single quote

Role: Increase readability and usability (readability and usability)

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

    q'[ ]'

Where [] can be changed to any other character

 

Guess you like

Origin www.cnblogs.com/jycjy/p/11407684.html