Dear Friends
I am trying to update a value in one table with a value form a different table.
The update command seems to be the logical way. Can somebody help me with the SQL command that would update a single field from one table to another.
Update Table1, Table2
set table1.EndValue=Table2.somefield
where table1.indexfield=table2.indexfield.
I am working with Interbase, in this project, but the answer will help me in my work with MysqL as well..
Regards
MParak
Durban South Africa.
Help with the Update command
Moderators: gto, cipto_kh, EgonHugeist