Skip to content

Instantly share code, notes, and snippets.

@aveek22
Created January 9, 2021 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aveek22/b4d37655aee746d2b6b3af7470f7f3d9 to your computer and use it in GitHub Desktop.
Save aveek22/b4d37655aee746d2b6b3af7470f7f3d9 to your computer and use it in GitHub Desktop.
SELECT
house_price_category,
COUNT(1) number_houses
FROM mumbai_house_price_raw
GROUP BY house_price_category;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment