Native cloud deployment on Azure is currently not available for Exasol 8, but you can install Exasol as a Linux application on Azure VM instances. For more information, see Installation.
Native cloud deployment on GCP is currently not available for Exasol 8, but you can install Exasol as a Linux application on GCP VM instances.
Please select a platform to see relevant administration content.
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;