Created
February 6, 2015 14:36
-
-
Save MarioCares/1e38226e821c737741f5 to your computer and use it in GitHub Desktop.
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
delete from finanzas_detalle_ordencompra; | |
delete from finanzas_documento_tributario; | |
update finanzas_numeros_ordencompra set estado = 0; | |
delete from finanzas_ordencompra; | |
delete from finanzas_otro_documento_tributario; | |
delete from finanzas_producto; | |
delete from finanzas_proveedor; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment