From: Thomas Kochler Date: July 8 2003 3:28pm Subject: Fw: 2 auf einen streich List-Archive: http://lists.mysql.com/mysql-de/21 Message-Id: <008901c34565$90c3cb70$7701a8c0@schukoknolle> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > > probier ich folgendes: > delete from testtable where id=2 and id=5; > Probier es mal mit OR: delete from testtable where id=2 OR id=5; Ein Datensatz hat selten gleichzeitig zwei IDs :-)