"Mitch Vincent" <mitch(at)venux(dot)net> writes: > if I try to cast minority to varchar (or anything else for that matter) I > get > ERROR: Cannot cast type 'bool' to 'varchar'
There's always
CASE WHEN minority THEN 't' ELSE 'f' END
regards, tom lane
In response to
Casting help at 2001-02-12 19:08:09 from Mitch Vincent