SET COLSEPARATOR

Syntax

SET COLSEPARATOR <separator>;

Description

Sets the string that separates two columns. Preset to a spacing character.

Examples
SQL_EXA> set colseparator '|';
SQL_EXA> select * from ty;
Result
A B
11 Meier