Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / PL SQL Programming
 

Multi-line comments start with and end with

These delimiters may span as many lines as needed. An example is shown here: declare /* This code is written by rntsoft.com. Dec 20 2007 */     ... begin     ... end;