Created
November 29, 2013 15:43
-
-
Save csalgueiro/7707541 to your computer and use it in GitHub Desktop.
SelectInsert sencillo
This file contains hidden or 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
| 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