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.
OTBI Outer Join giving error
Content
Hi
I am getting an error when running the following SQl for an outer join. I need to pull all active employees and their rating. I need to show all actives so I need to do an outer join. However, I get an error.
Select BU, Cost_Center, Department, GL, Grade, Code, Level, Title, Number, Name, Rating
From
(
SELECT A.BU BU, A.Cost_Center Cost_Center, A.Department Department, A.GL GL, A.Grade Grade, A.Job_Code Code, A.Level Level, A.Title Title, A.Person_Number Number, A.Name Name, B.Rating Rating
from
(SELECT
"Compensation - Salary Details Real Time"."Business Unit"."Business Unit Name" BU,
0