Skip to content

Instantly share code, notes, and snippets.

@MwBakker
Last active May 29, 2019 13:53
Show Gist options
  • Save MwBakker/d2438a5af10200cf36bbc3b0fbe54463 to your computer and use it in GitHub Desktop.
Save MwBakker/d2438a5af10200cf36bbc3b0fbe54463 to your computer and use it in GitHub Desktop.
SELECT id, rack_id, component_category_id, name, code, img_path, COUNT(id) as count
FROM component
WHERE rack_id = 1
GROUP BY code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment