RE: [PHP-DB] Using an array(-ish) in SQL queries

2004-11-02 Thread Bastien Koert
: -{ Rene Brehmer }- <[EMAIL PROTECTED]> To: [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: [PHP-DB] Using an array(-ish) in SQL queries Date: Wed, 03 Nov 2004 01:29:20 +0100 X-posted to MySQL and PHP DB Hi gang Task at hand: deleting or selecting (same difference) several numbers of records using

Re: [PHP-DB] Using an array(-ish) in SQL queries

2004-11-02 Thread Jennifer Goodie
-- Original message -- From: -{ Rene Brehmer }- <[EMAIL PROTECTED]> > Task at hand: deleting or selecting (same difference) several numbers of > records using only 1 query. > > My first version simply looped through all the ticked off IDs and ran a > single query