SQL to QUERY DSL

Hi,

I would like to know how to do such a query with ES:

select editionId from table1 T
where level = (select max(level) from table1 T1 where T1.elementId = T.elementId)

Thank you.

Ilan

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.