From: | "Hector R(dot) De los Santos (Consultor TI)" <zahory(at)gmail(dot)com> |
---|---|
To: | "Fabian Sandoval" <sql(at)transitofloridablanca(dot)gov(dot)co> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Amigos SOS |
Date: | 2008-11-14 18:05:37 |
Message-ID: | 3efb88e60811141005u1fc1b9fcx471ac5bc10ef3831@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
where ttamlice.licident NOT IN (select ttampers.perident from ttampers); ????
2008/11/14 Fabian Sandoval <sql(at)transitofloridablanca(dot)gov(dot)co>
>
> Amitos necesito de su valiosa ayuda.
>
> Tengo esta consulta que me funciona bien, comparado dos tablas.
>
>
>
> select
>
> ttamlice.licnumli, ttamlice.lictipid , ttamlice.licident ,
>
> ttamlice.licfectr , ttamlice.licofiex , ttamlice.lictiptr , ttamlice.liccateg
>
> ,ttamlice.licnites ,ttamlice.licdivip ,ttamlice.licceresc ,ttamlice.licestado
>
> ,ttamlice.licfact ,ttamlice.liccodigo , ttamlice.lictipid_ant , ttamlice.licident_ant
>
> , ttamlice.liccateg_nue , ttamlice.liccermedico , ttamlice.licfecven ,
>
> ttamlice.licservicio
>
> from ttamlice
>
> where ttamlice.licident in (select ttampers.perident from ttampers);
>
>
>
> Pero que le cambio a esta consulta para que me muestre cuales datos están en ttamlice que no están en ttampers
--
:: HDS Consultores TI
Servidores | Redes | Programacion | GNU/Linux
From | Date | Subject | |
---|---|---|---|
Next Message | Emanuel CALVO FRANCO | 2008-11-14 18:07:16 | Re: migrar de mysql a postgres |
Previous Message | Jaime Casanova | 2008-11-14 18:00:55 | Re: Ayuda con error TRANSACTION ISOLATION LEVEL |