Guest User

Untitled

a guest
Apr 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.17 KB | None | 0 0
  1. SELECT core_rating.entity_id,
  2.     core_rating.user_id,
  3.     core_rating.value,
  4.     max(core_rating.timestamp)
  5. FROM core_rating
  6. group by core_rating.user_id, core_rating.entity_id
Add Comment
Please, Sign In to add comment