Created
January 19, 2015 15:21
-
-
Save MarioCares/04d5fa2c77f64cfab43b to your computer and use it in GitHub Desktop.
Query SQL Migración Tabla producto a Unisag
This file contains 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 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