Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 18, 2019 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/4046ccb30665c938f8b3f0d0a015e591 to your computer and use it in GitHub Desktop.
Save parzibyte/4046ccb30665c938f8b3f0d0a015e591 to your computer and use it in GitHub Desktop.
INSERT INTO nuevaTabla (columna1, columna2, columna3) (SELECT columna1, "DATO POR DEFECTO", "OTRO DATO POR DEFECTO" FROM tablaAnterior);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment