SSC-EWI-OR0035
The table function is not supported when it is used as a collection of expressions.
Severity
Description
Example Code
Input Code:
SELECT
TABLE2.COLUMN_VALUES
FROM TABLE1 i, TABLE(i.groups) TABLE2;Output Code:
Recommendations
Last updated
