"santiago puñal pais" <jac...@hotmail.es> escribió en el mensaje de noticias:...Hello.
I have this table named pelates
kwdikos_pelath --- primary key
hmeromhnia
poso_kefalaiou
and this table named updates
kwdikos_pelath
hmeromhnia
poso_kefalaiou
i tryed to update table pelates via table updates with this sql coed but i
got an error.
UPDATE pelates INNER JOIN updates
ON pelates.kwdikos_pelath=updates.kwdikos_pelath
SET pelates.hmeromhnia = updates.hmeromhnia,
pelates.poso_kefalaiou=updates.poso_kefalaiou;
Where is the problem in that code?
Thanks
"santiago puñal pais" <jac...@hotmail.es> wrote in message news:eQQCQ15b...@TK2MSFTNGP05.phx.gbl...