Subject | A possible issue |
---|---|
Author | |
Post date | 2016-01-20T11:52:02Z |
If I try compare a Param with NULL, in a TIBOQuery, like below, I get the error:
E_UNSUPPORTED_COLUMN "Unsupported column type: 32767"
SELECT *
FROM FOO
WHERE ((ID = :PARAM) OR (:PARAM = 0) OR (:PARAM IS NULL))
In the IBExpert, the SQL run normally.