Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / PL SQL Data Types
 

You can declare the whole string to be enclosed in quotes by using the construct q!text!

SQL> SQL> declare   2         3         4  begin   5      NULL;   6  End;   7  / PL/SQL procedure successfully completed. Text literals in Oracle are case sensitive.