6 lines
225 B
SQL
6 lines
225 B
SQL
update vetb00002 set fecha_factura = "110199" where factura = 5467;
|
|
update cctb00001 set fecha_orig = 110199 where num_doc = 5467 and
|
|
tipo_doc = "FT";
|
|
update iptb00006 set fecha = 110199 where num_doc = 5467 and
|
|
cod_mov = 30
|