Originally posted by slimdave
I suspect that it fails because boolean is not a SQL datatype.
Exactly. BOOLEAN is a PL/SQL datatype - not a SQL datatype, so you can't do anything with booleans in SQL.

- Chris