Skip to content

Instantly share code, notes, and snippets.

@casademora
Created March 4, 2010 22:53
Show Gist options
  • Save casademora/322217 to your computer and use it in GitHub Desktop.
Save casademora/322217 to your computer and use it in GitHub Desktop.
select * from zepisode e
where zqueueOrder =
(
select min(zqueueOrder) from zepisode f where e.z_pk = e.z_pk
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment