Created
January 19, 2015 13:58
-
-
Save MarioCares/1f7ade0a6a744df6d815 to your computer and use it in GitHub Desktop.
Query SQL Migración Tabla detalleorden 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_detalle_ordencompra | |
SELECT deor_pk_id, deor_fk_orco, deor_fk_prod, deor_cantidad, deor_preciounitario FROM saludcor_adquisiciones.detalleorden; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment