Skip to content

Instantly share code, notes, and snippets.

@dkalamari
Created May 31, 2013 12:24
Show Gist options
  • Save dkalamari/5684651 to your computer and use it in GitHub Desktop.
Save dkalamari/5684651 to your computer and use it in GitHub Desktop.
MYSQL Get ID from Insert command
INSERT INTO user(mail, adress) VALUES('[email protected]','Unknown');
select LAST_INSERT_ID();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment