Created
February 1, 2020 02:02
-
-
Save mvnp/21ee4708b8f61012fb5fb339cd66959d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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