RE: MySQL and Coldfusion

2004-02-08 Thread Lincoln Milner
Yes, what's your problem? -Original Message- From: Ian O'Rourke [mailto:[EMAIL PROTECTED] Sent: Sun 2/8/2004 12:52 PM To: [EMAIL PROTECTED] Cc: Subject: MySQL and Coldfusion Is anyone on the list using

RE: SQL Query Question

2004-01-19 Thread Lincoln Milner
Or, if I'm not mistaken, you could do something like: SELECT t1.* FROM table1 t1, table2 t2 WHERE t1.id = t2.rdid AND t2.vid IN (46, 554) ; That should work, but the joining thing should too. I can never get the joining straight, so I always enjoy a shorter route. -Original