pingLeeQuan
Programmer
Hello, I have a table that contains records with duplicate employee numbers. Each employee has MANY records. Some of those records are updated with project id and some are not (for the same employee). I would like to run a query to update the old records for the same employee with information from the new record that contains the project id information.
I looked into SELECT ... UPDATE but it does not cover the same table, multiple records.
I could do it using C++ but i thought I should be able to do it in MYSQL using SQL statements.
Any thought on this subject.
thanks again for all of your help
--
I looked into SELECT ... UPDATE but it does not cover the same table, multiple records.
I could do it using C++ but i thought I should be able to do it in MYSQL using SQL statements.
Any thought on this subject.
thanks again for all of your help
--