I have a SQL table which has reviews saved like this….

I am looking to return the amount of reviews listed for a certain ID number. The table itself is called gg_reviews
I know this is real simple but for some reason its baffling me, can someone help?
Unless I am missing something, you just need to
COUNT()andGROUP BY. TheGROUP BYfield should be the unique value for each page.