Subject Re: [firebird-support] Create table NOT NULL and CHARACTER SET
Author Stefan Heymann
> RECREATE TABLE TEST_1
> (
> TST D_TST_DOMAIN CHARACTER SET ASCII COLLATE ASCII
> )

> How do you override the character set of a domain?

You can't, and why do you want to? Your domain either defines a
character set and then it's applied to all of its instances or it
doesn't and the instances are free to use whatever character set they
want.

BTW, for character set ASCII you don't need to specify COLLATE ASCII,
it's the only collation anyway and having a collation with ASCII is
boring anyway ;-)


Best Regards

Stefan


--
Stefan Heymann
www.destructor.de/firebird