On 05/21/04 20:40 Laercio Xisto Braga Cavalcanti spoke:
Hi all,

I'm using mysql 3.23.54 under RedHat9 trying to update a field named
pac_fone in a table named paciente with the value of a field named
ita_fone from a table named italica as follows:

Try more quotes and get the select to work:

select ita_fone
from    italica i, paciente p
where   i.ita_matricula =       p.pac_matricula
and     i.ita_dv        =       p.pac_dv;

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to