Hello, I am new to sql and am trying to do an update statement using an innerjoin.
I am in my payroll database and need to update a field in the deduction table, but need to only update one group of people, and the group id is only in the employee master table. The common "thread" is the employee number, which is in both tables.
Thanks in advance.
I am in my payroll database and need to update a field in the deduction table, but need to only update one group of people, and the group id is only in the employee master table. The common "thread" is the employee number, which is in both tables.
Thanks in advance.