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.
SQL query to extract UDT table
Hello,
We are trying to create a data model in which we can pull all the data of the UDT into a report. The sql I have been using is the following. Can anyone suggest a way to add the effective start date of each row of the columns that are generated in the report, so as to make the analysis easier to track?
SELECT /*+ MATERIALIZE */
r.row_low_range_or_name SSN,
MAX(CASE
WHEN c_tl.user_column_name = 'PARAMETER'
THEN v.value
ELSE ''
END) PARAMETER,
MAX(CASE WHEN c_tl.user_column_name = 'WEIGHT'
THEN v.value
Tagged:
0