Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
System Packages
Q for quotation with []
SQL> SQL> BEGIN 2 DBMS_OUTPUT.PUT_LINE (q'[What's a quote among friends?]'); 3 END; 4 / PL/SQL procedure successfully completed. SQL>