I'm just blanking out on how to do this query.

The query below is returning multiple duplicates of records.  I can't figure
out why.  It looks to me like it shouldn't. Obviously, I'm missing
something:

SELECT FirstName
FROM table1
WHERE TableID IN ( SELECT TableID
                        FROM Table2
                        WHERE Status = 'Paid')


Obviously, I want only one copy of each record.




Howard Owens
Internet Operations Coordinator
www.insidevc.com
[EMAIL PROTECTED]
AIM: GoCatGo1956


______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to