Query Help

From: "Brian C(dot) Doyle" <bcdoyle(at)mindspring(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Query Help
Date: 2000-12-27 16:20:53
Message-ID: 5.0.2.1.2.20001227111807.074dd2d0@pop.mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

What do I have to do a query where information in table1 is not in table2

I am looking for something like

Select table1.firstname where table1.firstname is not in table2.firstname
and table2.date='yesterday'

I tried
Select table1.firstname where table1.firstname != table2.firstname and
table2.date='yesterday'

and that did not work just listed everyone....

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Francis Solomon 2000-12-27 16:47:34 RE: Query Help
Previous Message Narayanan Palasseri 2000-12-27 09:21:51 Sql92..