-
-
Save patriciovergaratobar/c3d90e9c22e71f5df7afc0c2b15aa4af to your computer and use it in GitHub Desktop.
MySQL: Obtener el ultimo id insertado
This file contains 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
-- Obtener el ultimo id insertado | |
select last_insert_id(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment