Skip to content

Instantly share code, notes, and snippets.

@MarioCares
Created January 19, 2015 15:21
Show Gist options
  • Save MarioCares/04d5fa2c77f64cfab43b to your computer and use it in GitHub Desktop.
Save MarioCares/04d5fa2c77f64cfab43b to your computer and use it in GitHub Desktop.
Query SQL Migración Tabla producto a Unisag
insert into finanzas_producto
select prod_pk_id, prod_nombre, prod_unidad, "SALUD" from saludcor_adquisiciones.producto;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment