We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
No space
Option: fmt099_space_padding_datatype_parenthesis = false, type: TFmtBoolean.
CREATE TABLE datatype (fld0 GENERICTYPE, fld1 CHAR(2), fld3 NCHAR(1));
One space
Option: fmt099_space_padding_datatype_parenthesis = true, type: TFmtBoolean.
CREATE TABLE datatype (fld0 GENERICTYPE, fld1 CHAR( 2 ), fld3 NCHAR( 1 ));
There was an error while loading. Please reload this page.