Is there anyhow to pass this as where statement? I mean, "where Max(version) group by name"
I need to retrieve only the ids in it, something like this:
select id where max(version)groupby name
Is there anyhow to pass this as where statement? I mean, "where Max(version) group by name"
I need to retrieve only the ids in it, something like this:
select id where max(version)groupby name