Skip to content

Instantly share code, notes, and snippets.

@csalgueiro
Created November 29, 2013 15:43
Show Gist options
  • Select an option

  • Save csalgueiro/7707541 to your computer and use it in GitHub Desktop.

Select an option

Save csalgueiro/7707541 to your computer and use it in GitHub Desktop.
SelectInsert sencillo
INSERT INTO tabla ( id, nombre, activo, fecha ) SELECT $id, $nombre, $activo, now() WHERE NOT EXISTS ( SELECT id FROM tabla WHERE nombre = $nombre AND activo = $activo )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment