Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Re: Issue with the Full Outer join

$
0
0

Hi Krishna,

 

Above behavior is expected. If you would like to get customer details from both the tables, please try like this.

 

Select T2."ORDERID",T1."CUSTOMERID",T2."CUSTOMERID",T1."CUSTOMERNAME",T2."PRODUCT",T2."TOTAL_UNITS" from "CUSTOMER" AS T1 FULL OUTER JOIN "ORDERS"AS T2 ON T1."CUSTOMERID" = T2."CUSTOMERID".

 

Customer_image.PNG

 

Regards,

sai krishna.


Viewing all articles
Browse latest Browse all 8968

Trending Articles



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