Skip to content

Instantly share code, notes, and snippets.

@patriciovergaratobar
Created May 29, 2018 16:48
Show Gist options
  • Save patriciovergaratobar/c3d90e9c22e71f5df7afc0c2b15aa4af to your computer and use it in GitHub Desktop.
Save patriciovergaratobar/c3d90e9c22e71f5df7afc0c2b15aa4af to your computer and use it in GitHub Desktop.
MySQL: Obtener el ultimo id insertado
-- 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