31/03/2004, 10:53
|
| | | Fecha de Ingreso: noviembre-2003 Ubicación: lima
Mensajes: 97
Antigüedad: 21 años, 1 mes Puntos: 0 | |
aqui les mando el select
SELECT t.CCID, s.Name, p.Funct_num,u.Definition FROM timestmp.db t left join addef_sp.db a on (a.Funct_num = t.Funct_num and a.Value_No = t.Value_No),
siteinfo.db s, unit_sp.db u
WHERE s.CCID=t.CCID and u.Funct_num=t.Funct_num and t.CCID in ('15','16') and
t.Start_time >= '01/15/2004 00:00:00 a.m.' and a.Type not in ('DO','AO','AI')
espero su respuesta gracias
__________________ elbueno45 |