Subject | BOOLEANS |
---|---|
Author | Cassandra Harley |
Post date | 2003-03-02T21:15:48Z |
I am looking but I see no boolean datatype.
Am I to assume that the standard way to create a boolean is
CREATE DOMAIN D_Bool AS INTEGER
CHECK ((VALUE = 0) OR (VALUE - 1));
Thanks,
Cassandra
Am I to assume that the standard way to create a boolean is
CREATE DOMAIN D_Bool AS INTEGER
CHECK ((VALUE = 0) OR (VALUE - 1));
Thanks,
Cassandra