Need confirmation about OQL WITH clause

0
Hello experts, I tried WITH clause of OQL, it always says syntax error,  can anyone help confirm if Mendix OQL supports WITH clause or not.  Thanks. 
asked
1 answers
0

OQL has no implementation having WITH. As soon as you start your OQL with the word ‘With’ you get this error:

Error on line 1 character 0: no viable alternative at input 'WITH'

All the options that OQL provides are described in https://docs.mendix.com/refguide/oql. WITH is not mentioned, which means it is also not implemented.

answered