Re: HELP, can't implement e filter - Mailing list pgsql-admin

From David Sturtevant
Subject Re: HELP, can't implement e filter
Date
Msg-id f7018c970708200640ked2b3b1qaef46cda2dc32106@mail.gmail.com
Whole thread Raw
In response to HELP, can't implement e filter  (giuseppe.derossi@email.it)
List pgsql-admin
If I understand you right I think what you want is

select c1,c2,c3,c4,c5 from table1 intersect select c1,c2,c3,c4,c5 from table2

On 19/08/07, giuseppe.derossi@email.it <giuseppe.derossi@email.it> wrote:
Hi,
I need to implement a filter in order to select from the first table the
second one...
it could be simple, but i'm wasting time. Please, is there anyone could help
me?
thanks in advance
Giu

  c1     c2 c3     c4     c5
1)133659;1;"0039";"00121";7
2)133664;1;"0039";"00121";12
3)133664;2;"0039";"00121";12
4)133665;2;"0039";"00121";12
5)135460;1;"0039";"01152";
6)135460;2;"0039";"01152";
7)135471;1;"0050";"00153";4
8)135471;2;"0050";"00153";4


1)133659;1;"0039";"00121";7
3)133664;2;"0039";"00121";12
4)133665;2;"0039";"00121";12
6)135460;2;"0039";"01152";
8)135471;2;"0050";"00153";4
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Una settimana da sogno nelle più belle località di vacanza, con
Mondolastminute trovi ogni settimana l'offerta che fa per te!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6852&d=20070819



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@postgresql.org so that your
       message can get through to the mailing list cleanly

pgsql-admin by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: HELP, can't implement e filter
Next
From: giuseppe.derossi@email.it
Date:
Subject: Re: HELP, can't implement e filter