5 messages in com.mysql.lists.win32New To List
FromSent OnAttachments
James Treworgy10 May 2002 07:54 
Ewen Marshall10 May 2002 07:54 
Gelu Gogancea10 May 2002 08:19 
Terence10 May 2002 23:22 
Paul DuBois13 May 2002 20:20 
Subject:New To List
From:Ewen Marshall (emar@fransmaas.co.uk)
Date:05/10/2002 07:54:56 AM
List:com.mysql.lists.win32

Hi everyone...

I'm new to MySQL and new to this list.....

I've just installed mysql-max-3.23.49 on 2000, which went very well :) I had a few problems hooking Perl into it, but I've now got that resolved too...wohoo...anyway, I'm having problems with UPDATE...when I execute:

UPDATE contacts SET name = "$name" WHERE name = "$name" AND phone = "$phone"
AND mobile = "$mobile";

it works fine. But I can't update more than one value at a time. I want to
update all three columns (name, phone and mobile) at once. How do I do this?

Thanks in advance,

Ewen