Skip to content

Instantly share code, notes, and snippets.

@thanhluanuit
Created August 19, 2022 08:52
Show Gist options
  • Save thanhluanuit/ff0dc4e87ac447a696ddcefa7458e01d to your computer and use it in GitHub Desktop.
Save thanhluanuit/ff0dc4e87ac447a696ddcefa7458e01d to your computer and use it in GitHub Desktop.
User.select("*, (select count(*) from posts where posts.user_id=users.id) as post_count")
.order("post_count desc")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment