I've set "List Arrangement" for "SELECT list" to "Stacked on more than…" with "Columns" set to 1, but the statement SELECT 1, 2, 3 FROM DUAL; stays on one line.
SELECT 1, 2, 3 FROM DUAL;
Is there anything I'm missing?