SET LIST
Core command
SELI
Sets the display mode of query resuls: OFF=tab view (default), ON=form view
Arguments
ON/OFF or TRUE/FALSE
Examples
SET LIST ON;
SET LIST OFF;
Notes
Switches how query results are displayed for the current session: SET LIST ON|OFF (also accepts TRUE/FALSE, case-insensitive).
OFF (the default) shows results as a table, one row per line; ON shows each row as a form, one column per line - useful for wide result sets that don't fit a screen width.
The argument is mandatory - the command fails with an error if it is missing or not one of ON, OFF, TRUE, FALSE.
Last modified in release 5.0.7.
BroadSQL