--- separator

SQL prints a field separator between fields to indicate where each
   one begins and ends.  The default character is the pipe symbol
   ("|").

You can change this default symbol using this keyword.  Any single
   character, including tab and nonprinting characters, is legal.

EXAMPLE:

   Set the separator to colon.
	    
	    sql> separator ':'
