Skip to content

Instantly share code, notes, and snippets.

@lcomino
Last active December 18, 2015 13:59
Show Gist options
  • Save lcomino/5793949 to your computer and use it in GitHub Desktop.
Save lcomino/5793949 to your computer and use it in GitHub Desktop.
Get a last client id from table clients.
SELECT MAX(id) from clientes;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment