Subject | Re: [firebird-support] Create table NOT NULL and CHARACTER SET |
---|---|
Author | Ivan Prenosil |
Post date | 2006-11-17T17:44:55Z |
> OK, how about this one:What is the point with using domain with characteristics you do no like ?
>
> RECREATE TABLE TEST_1
> (
> TST D_TST_DOMAIN CHARACTER SET ASCII COLLATE ASCII
> )
>
> How do you override the character set of a domain?
Use correct domain.
Ivan