UPDATE
(SELECT
dcl.*
FROM table1 reh,table2 dcl
WHERE reh.seq_no = dcl.seq_no )
SET col1 = 'N';
works fine as long as both tab1 and tab2 have unique indexes/constraints
In this case on seq_no
Monday, 20 July 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment