![]() | |
#1
| |||
| |||
|
|
update "table1.db" set "table1.db".id = "table2.db".id where ("table1.db".code = "table2.db".code) |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Chi Pheo wrote: update "table1.db" set "table1.db".id = "table2.db".id where ("table1.db".code = "table2.db".code) Try: update table1 t1 set t1.id = (select t2.id from table2 t2 where t1.code = t2.code) -- Larry DiGiovanni Digico, Inc. IT Consulting and Staffing Solutions www.digicoinc.com Check out www.thedbcommunity.com for Paradox resources. |
![]() |
| Thread Tools | |
| Display Modes | |
| |