Join Slack
Powered by
Hi All, how can I write these query in exposed ```...
# exposed
t
Timur Atakishiev
02/21/2020, 5:08 AM
Hi All, how can I write these query in exposed
Copy code
select * from users where age = (select max(age) from users)
t
tjohnn
02/21/2020, 7:05 AM
You want to do nested queries, try the option suggested by
@tapac
in this thread
https://github.com/JetBrains/Exposed/issues/248
t
Timur Atakishiev
02/21/2020, 8:19 AM
Not the same, in the example, he is using the joins, however I need it without join
t
tapac
02/21/2020, 5:32 PM
@Timur Atakishiev
, your case is much more like a
https://github.com/JetBrains/Exposed/issues/252#issuecomment-366973207
9
Views
Open in Slack
Previous
Next