Skip to content

Instantly share code, notes, and snippets.

@mvnp
Created February 1, 2020 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvnp/21ee4708b8f61012fb5fb339cd66959d to your computer and use it in GitHub Desktop.
Save mvnp/21ee4708b8f61012fb5fb339cd66959d to your computer and use it in GitHub Desktop.
SELECT
(SELECT `id_linha` FROM `dados_linha` WHERE `id_pesquisa` = 83 ORDER BY `id_linha` LIMIT 1) as 'first',
(SELECT `id_linha` FROM `dados_linha` WHERE `id_pesquisa` = 83 ORDER BY `id_linha` DESC LIMIT 1) as 'last'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment