Actualizar en servidor
Quiero hacer una catualizacion de mi BD en un servidor cosa que estés 2 script corran en uno...
select * from bdc_formularios_impuestos
where vefo_codigo_formulario in (200,400)
and numero_orden in (2343042,2834660)
and ifc in (1000402471);
update bdc_formularios_impuestos
set monto_pago='0'
where vefo_codigo_formulario in (200,400)
and numero_orden in (2343042,2834660)
and ifc in (1000402471);
update bdc_formularios_impuestos
set monto_pagado='462',
numero_orden='2834660'
where vefo_codigo_formulario in (200,400)
and numero_orden in (2343042,2834660)
and ifc in (1000402471);
select * from bdc_formularios_impuestos
where vefo_codigo_formulario in (200,400)
and numero_orden in (2343042,2834660)
and ifc in (1000402471);
update bdc_formularios_impuestos
set monto_pago='0'
where vefo_codigo_formulario in (200,400)
and numero_orden in (2343042,2834660)
and ifc in (1000402471);
update bdc_formularios_impuestos
set monto_pagado='462',
numero_orden='2834660'
where vefo_codigo_formulario in (200,400)
and numero_orden in (2343042,2834660)
and ifc in (1000402471);
1 respuesta
Respuesta de Marcelo Origoni