-
1
- #1
Hello,<br><br>I am trying to update rows of a table with information from a second table. I am using "Update" to do this. My question is can I use subqueries in the update statement. Th manual says I can but I am unable to find success. Here is the code I am using and I have tried various other combinations. With this line I get the error "Function name is Missing".<br><br>"update hrpersnl set hrpersnl.workcomp = (select abra.parent_box from Abra where abra.ID = hrpersnl.p_empno)"<br><br>Any help or a working example of the Update statement using a subquery would be appreciated.