Query on DTXQL to get data from Xcenter cloud.
Hi All,
We have DTXQL query TRANS_AVAILABLE_FOR_RETURN_SUBQUERY to fetch data from xcenter. Here we have lowercase value in DB and we are also passing lowercase value from java code but DTXQL is automatically converting this value to uppercase.
Due to above scenario we are not getting any data.
I am looking for how to convert field value in Caps in DTXQL. In previous query framework we used to have /*UPPER*/ fieldname.