Hi experts,
I am trying to build a query for reporting purpose based on WFTASK and CUBE_INSTANCE tables. i am using below query for fetching the data.
select * from CUBE_INSTANCE CI, WFTASK WF where CI.CIKEY = WF.INSTANCEID
However this query filter out few rows. What is the correct relation columns which i should use?
Regards,
Vikrant Korde.