Revisar las tablas DECOSERV Y TELEQUIABO
select* from decoserv where numdeco = '00131182CC75 '
select* from telequiabo where telefono = '4231008'
Insertar los datos TELEQUIABO
insert into telequiabo (fecalta,usualta,fecbaja,telefono,cod_zona,numdeco,abonumero,prefijo,ip,port,aliva,limcredito,usotelef,Timestamm)
values ('03-02-2015','asilv','1900-01-01 00:00:00.000','4231362','379','0023ED6450BB','00300041535','003','','0','21.00','0,00','','')
Insertar datos en decoserv, trayendo de la tabla telquiabo el IDTELF
insert into decoserv(NUMDECO,DATCODSERV,FHAB, HHAB, OTRNUMERO,DATCODTAR,IDTELF)
Values ('0023ED6450BB','90','03-02-2015','08:06','00300164608','1','258618')
Corroborar Teleaboman
select* from teleaboman where abonumero ='00300042674'
Update fecha baja Teleaboman
update teleaboman set fecbaja = '03-02-2015' where idteleabo = '28878'