SmartClient Version: v11.1p_2017-09-13/Enterprise Development Only (built 2017-09-13)
Hello, while using the 'is not null' from an inline operator filter, I noticed that the query issued for a 'text' field (varchar2), with Oracle database (11g), is like this:
(my_table.text_field is not null AND my_table.text_field <> '')
but with the latter condition the query returns always zero records. Is it a bug, or am I missing some setting for SQLDataSources or other?
Hello, while using the 'is not null' from an inline operator filter, I noticed that the query issued for a 'text' field (varchar2), with Oracle database (11g), is like this:
(my_table.text_field is not null AND my_table.text_field <> '')
but with the latter condition the query returns always zero records. Is it a bug, or am I missing some setting for SQLDataSources or other?
Comment