In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
Inner Join, Left Outer Join and Association what is the difference, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can gain something.
For the source code of the CDS view for testing, line 8 connects TJ02T with Inner Join, which stores the ID and description of all system states.
Inner Join test results: for states that do not maintain description information in TJ02T, they do not appear in the result set.
Change the Inner Join in the eighth row to Outer Join, and the test result is the opposite: notice that the row item with the value of E0001 in the stat column in the following figure also appears in the result set.
The test results of Association are consistent with those of Left Outer Join.
The underlying implementation of Association is actually the same as Left Outer Join. There are two ways to verify this conclusion.
Method 1
Preview a CDS view with an association implementation in ABAP Development Studio, and you can find that the association is finally implemented through Left Outer Join in the tool.
Method 2
This button in the transaction code ST05: displays the execution plan, and also shows that the underlying association is implemented by Left Outer Join.
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
Key points: alter database guard none;---DBA users create tables-
© 2024 shulou.com SLNews company. All rights reserved.