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.
GROUP BY Clause for Complex TCC Projections with Substring/Switch-Case
Summary
GROUP BY Clause for Complex TCC Projections with Substring/Switch-CaseContent
Hi
I would like to know what is the equivalent SQ-XML for the below SQL statement.
SELECT
SUBSTRING([group], 1, 3) AS [group]
FROM table
GROUP BY
SUBSTRING([group], 1, 3)
I know how to create projections and use groupings in TCC. But there is no documentation available on how to group a projection which has a complex projection like above or with a switch-case statement in it.
Please assist.
Kind Regards
Tagged:
0