Ok thanks for the nullable clarification .

I would not necessarily associate ANSI BOOLEAN datatype to java.lang.Boolean one (different domains), but for the sake of this clarification, it does work.

The statement I mentioned is:
INSERT INTO SAMPLE( boolCol ) VALUES ( true ), ( false );

There is only 1 column in the table - the VALUES clause shows 2 values...It may be that am not up-to-date on the latest SQL syntax ;)

Thanks,

--francois




Reply via email to