Ian Barwick schrieb:
You have to explicitly convert it into datatype BOOLEAN.
Doing something like
qq/'$my_boolean'::BOOL/ (where $my_boolean is a scalar containing either 0 or 1) should work.
Note qq/${my_boolean}::BOOL/ will not work.
Thanks,

Ingo

Reply via email to