SET LINESIZE

Syntax

SET LINESIZE <n>;

Description

Sets width of the output lines to "n" characters. If a table with wider lines is output, EXAplus adds line breaks between two columns.

Examples

SQL_EXA> set linesize 20;
SQL_EXA> select * from ty;

Results

A B
11 Meier