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/4efd7b0beb69c65b0ad169c56bbcf1a8 to your computer and use it in GitHub Desktop.
Save parzibyte/4efd7b0beb69c65b0ad169c56bbcf1a8 to your computer and use it in GitHub Desktop.
INSERT INTO nuevaTabla (columna1, columna2) (SELECT columna2, columna3 FROM tablaAnterior);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment