Skip to content

Instantly share code, notes, and snippets.

@KWKdesign
Last active August 29, 2015 14:03
Show Gist options
  • Save KWKdesign/db5e6faf909bee89d545 to your computer and use it in GitHub Desktop.
Save KWKdesign/db5e6faf909bee89d545 to your computer and use it in GitHub Desktop.
Schemaverse: Trophies Last Round
select name, weight, description
from player_trophy, round_seq, trophy
where 1=1
and player_id = get_player_id(session_user)
and round = last_value-1
and id = trophy_id
;
-- Schemaverse: Trophies Last Round
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment