hi, may i set somewhere how i desire the ddl script preview of a Table or of Trigger may appear?
how free am i to set the appearence of a ddl script? ie what i decide to set about the appearence.
i.e. now i have
CREATE INDEX SCHEMA.XNS4_TABLE_NAME ON
SCHEMA.TABLE_NAME (
COLUMN_1
ASC,
COLUMN_2
ASC )
LOGGING;
and i would like
CREATE INDEX SCHEMA.XNS4_TABLE_NAME ON SCHEMA.TABLE_NAME (
COLUMN_1 ASC, COLUMN_2 ASC ) LOGGING;