SQL
AخA
select * from s53155__montage_beta.ratings
join s53155__montage_beta.round_entries on ratings.round_entry_id = round_entries.id
join s53155__montage_beta.entries on round_entries.entry_id=entries.id
join s53155__montage_beta.users on ratings.user_id = users.id where entries.name='RigaBarona63.jpg';
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.