Database error: Invalid SQL: SELECT COUNT(id) AS r_count, SUM(hotel_rating) AS h_rating, SUM(hits) AS h_count,
AVG(location_rating) AS location,
AVG(territory_rating) AS territory,
AVG(room_rating) AS room,
AVG(nutrition_rating) AS nutrition,
AVG(service_rating) AS service,
AVG(checkin_rating) AS checkin,
AVG(entertainment_rating) AS entertainment,
AVG(sport_rating) AS sport,
AVG(child_rating) AS child,
AVG(water_rating) AS water
FROM trr_reviews WHERE hotel_id=
MySQL Error: 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 12)
Session halted.