Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Data Model Validation Result
Summary
SQL query contains non-equi joinsContent
Hi Guys,
I am in 18C and I am getting the following warning message in Data Model:
WARNING | Dataset:LOV_Emp_Name | SQL query contains non-equi joins. This could results in performance issues due to intermediate row spawning. Replace non-equi joins with equi join or outer join. |
Here is the piece of the code which BI is complaining:
AND TRUNC (SYSDATE) BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
AND TRUNC (SYSDATE) BETWEEN PPNF.effective_start_date AND PPNF.effective_end_date
AND TRUNC (SYSDATE) BETWEEN PAAM.effective_start_date AND
Tagged:
2