Help me please
I am trying to update column rhomme from table secgs8418n with value taken from the column hrur_2003 of table sections. The two tables have the commun column value in ab_section. I use the following statement:
update secgs8418n a set rhomme = (select hrur_2003 from sections b where a_ab_section = b.ab_section)
The update is not done. Can you specify how to that type of update.
i am using Windows XP and the two tables are in dbf format with no indexes.
Thans for your attention
Scott