CREATE TABLE xxxtable ( xxx_id NUMBER NOT NULL, xxx_date DATE, xxx_number NUMBER, xxx_text VARCHAR2(50 CHAR), ma_id NUMBER, xxx_flag_jn VARCHAR2(1 CHAR) DEFAULT 'j' ); with TOAD 12.10 formatter for create table set to stacked lead to a well alligned result. TOAD 12.11 leads to a result, best named "funny", where I am not able to spot any alignment. How come? (PS: Alignment cannot be shown here, cause spaces are reduced.)
↧