I have a table "abc" with there fields of same data type 'x','y','z'.
'x' is the primary key for the table 'abc', what I supposed to do is to copy the values under field 'y' to field 'z' irrespective of the values already with 'z'. What I mean with copy is to update the field 'z' with the field 'y'.
look forward for your help
San