Hi,
in need to do below query on Oracle DB from SAP desktop intelligent
create table T1 as select c,x from Z1
create table T2 as select c,y from Z2
select * from T1 a , T2 b where a.c=b.c
** thos code runnong well on SQL devloper but say no data to fetch on SAP business object