On Mon, 2003-08-04 at 21:46, Christopher Kings-Lynne wrote:
> Hi,
>
> Is it possible to get a default value on a boolean column to be anything
> other than 't', 'f', true or false?
NULL of course :) 1 or 0 also works.
And regardless of how hard MS Access tries, -1 is not true.
signature.asc
D
August 05, 2003 9:46 AM
Subject: [HACKERS] boolean defaults
> Hi,
>
> Is it possible to get a default value on a boolean column to be anything
> other than 't', 'f', true or false?
>
> eg. If I go 'default 3 > 1', that's resolved to default true.
&
Hi,
Is it possible to get a default value on a boolean column to be anything
other than 't', 'f', true or false?
eg. If I go 'default 3 > 1', that's resolved to default true.
I just need to know for phpPgAdmin...
Chris
---(end of broadcast)---