Support the use of subqueries within the From Clause in OQL - Mendix Forum

Support the use of subqueries within the From Clause in OQL

0

I would like to use subqueries in the From Clause so I can make aggregations within a subset of data.

SELECT * FROM (Select id From Module.Entity limit 0, 50)

 

asked
0 answers