Subject Re: [firebird-support] Create table NOT NULL and CHARACTER SET
Author Ivan Prenosil
> OK, how about this one:
>
> RECREATE TABLE TEST_1
> (
> TST D_TST_DOMAIN CHARACTER SET ASCII COLLATE ASCII
> )
>
> How do you override the character set of a domain?

What is the point with using domain with characteristics you do no like ?
Use correct domain.

Ivan