R264 – SELECT from repeatable data structures should be FROM[] (WMB)

SELECT from repeatable data structures should be FROM[] (WMB)

Repeatable data structures / folders within the “FROM” clause of all esql “SELECT” statements must end in braces “[ ]“.
More information can be found in the IBM documentation.

For example:
SELECT A.XXXX FROM AAA.BBB.CCC[ ] AS A;

Versus:
SELECT A.XXXX FROM AAA.BBB.CCC AS A;