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

Re: Left Outer join

$
0
0

Hi,

 

 

Its done.

 

Below is the correct code.


 

 

var_out =    ( SELECT  T3."A_ID",T4."B_ID"

                  from "table3" AS T3

                   left outer join

                   "table4" AS T4

                   ON T3."A_ID" = T4."B_ID" ) minus

                       ( SELECT  T3."A_ID",T4."B_ID"

                        from "table3" AS T3

                        inner join

                        "table4" AS T4

                         ON T3."A_ID" = T4."B_ID" );

 

 

Just last question is this possible with CE functions also?

 

BR

Sumeet


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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