Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created December 18, 2013 23:13
Show Gist options
  • Save poemdexter/8031525 to your computer and use it in GitHub Desktop.
Save poemdexter/8031525 to your computer and use it in GitHub Desktop.
game over yahhhhhh
select
*
from
people
where last_name in
(
select
distinct (last_name)
from
people
order by
birthday
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment