Re: sql query - rows in tblB not in tblA?
From: Craig H. (spam_at_[at)
Date: 09/08/04
- Next message: Keith Langmead: "Re: String manipulation - taking one long csv string and putting into separate record fields"
- Previous message: Roji. P. Thomas: "Re: complex query..."
- In reply to: Roji. P. Thomas: "Re: sql query - rows in tblB not in tblA?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 08 Sep 2004 11:44:40 +0100
On 08/09/2004 11:34, Roji. P. Thomas wrote:
> SELECT A.*
> FROM tblA A
> LEFT OUTER JOIN TblB B
> ON A.column1 = B.Column1
> AND A.Column2 = B.Column2
> WHERE B.Column1 IS NULL
>
>
thank you.
- Next message: Keith Langmead: "Re: String manipulation - taking one long csv string and putting into separate record fields"
- Previous message: Roji. P. Thomas: "Re: complex query..."
- In reply to: Roji. P. Thomas: "Re: sql query - rows in tblB not in tblA?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|