Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: How to use OUTER JOINS with Filter Conditions in SAP HANA

$
0
0

Please try below one if you really want to use power of hana through its Calculation engine

 

ot_var1 = CE_COLUMN_TABLE("a");
ot_var2 = CE_COLUMN_TABLE("b");


out_put1 = CE_FULL_OUTER_JOIN(:ot_var1,:ot_var2,["id"]);

out_put2 = CE_PROJECTION(:out_put1,'"name"='xyz'');    ( this line  i have doubts because how CE will know that name should come from table B ,, but plz try

 

waiting for ur reply


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>