Hi Team, I try to use CaseQuery API to lazy Case table - ORACLE, but stuck with description field (CLOB)
SQL generated: ORDER BY IWA_CASEQUERY.DESCRIPTION ASC but I got exception : ORA-00932: inconsistent datatypes: expected - got CLOB Seem it not allow to ORDER BY CLOB field Do we have any solution to fix it with CaseQuery API? like this
[UPDATE] IVY version : 7.0.13 |
First result on google: https://stackoverflow.com/questions/12980038/ora-00932-inconsistent-datatypes-expected-got-clob You cannot order on a clob. And if you have a look at the db you see that the description is a clob. What is the usecase to order a lazy case table by the description? |
Hi Lukas Lieb, We have Case table to display all case in the system, and Case has a description Now we want to sort with description, and IVY API allows to do it But SQL generated is got error It's easy to do a cast to char in SQL, but for now, I want to user CaseQuery API :( |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 18.12.2019 at 06:06
Seen: 1,605 times
Last updated: 22.12.2019 at 22:01