SET SPOOL ROW SEPARATOR

Syntax

SET SPOOL ROW SEPARATOR LF|CR|CRLF|AUTO;

Description

Defines the row separator for the SPOOL command. The option AUTO (default) uses the common character of the local system.

Example

set spool row separator LF;