Hello,
i have a problem with the following statement:
select * from CUSTOMER_GROUP where CUSTOMER_GROUP_ID is null order by NAME asc
In SQLPLUS is the result of this statement three rows (this is correct). Ociparse returns no cursor with this statement.
Works ociparse with a "is null"-statement correct?
thanks for any help.
Franz