This content has been marked as final.
Show 3 replies
-
1. Re: Case when with aggregated subquery
shawkins Nov 29, 2018 11:53 AM (in response to mtawk)What is the native type for product and is that captured in the teiid metadata?
-
2. Re: Case when with aggregated subquery
shawkins Nov 29, 2018 12:44 PM (in response to shawkins)If it's typed as varchar, then you likely need [TEIID-5377] Type mismatch when issuing recursive common table expression query - JBoss Issue Tracker
Can you try 10.2.3 or later?
-
3. Re: Case when with aggregated subquery
mtawk Dec 3, 2018 8:06 AM (in response to shawkins)The native Oracle type of product is varchar2(255)
I applied the fix done in Teiid-5377 and it solved the problem