Re: select statement question
- Date: Wed, 03 Jan 2007 13:08:21 -0800
- From: Chris White <chriswhite@xxxxxxxxxxxxx>
- Subject: Re: select statement question
Aaron Cannon wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all. I hope this is the right place to ask this.
I have two tables, A and B. Each of these tables has a column with
integers. The column in table A is C and the one in B is D.
SELECT c.value FROM c WHERE c.value NOT IN (select value FROM d);
Works for me in mysql 5
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=royale@xxxxxxxxxx