Hi,
I have a table GUPI where I have p_key, AcctUnit, Employee, Description columns. Here p_key is the primary key for this table
I have to copy AcctUnit for each Employee where Description="Regular Earnings" to the AcctUnit of that Employee where Description = "401K". I used the following...