Subject macros in sql script
Author martinknappe
hi

im looking for a way to insert some kind of a macro in an hla script,
i.e. i want to define something like

standard_collation = collation_name

which i can then use throughout my script like this:

CREATE DOMAIN CHAR_1 AS
VARCHAR(1) collate standard_collation;

is there a way to achieve that?

thanx,

martin