Hi All
This sort of leads on from another post of mine:
http://p2p.wrox.com/topic.asp?TOPIC_ID=40233
... COuld anyone advise me on what the SQL syntax would be to update 1 row with another rows data within the same table. e.g..
UPDATE TABLE1 (COL1, COL2, COL3) WHERE COL1 = 7 With the data from TABLE1 (COL1, COL2, COL3) WHERE COL1 = 4
Many thanks!
Rit