Manobabu Beginner
Joined: 28 May 2004 Posts: 1 Topics: 1 Location: Inida
|
Posted: Fri May 28, 2004 5:10 am Post subject: update using join |
|
|
Hi,
Any body know whether we can update a table value directly from other table as like below query.
Code: |
Update TABLE1 TABLE2
SET TABLE1.COLUMN1=TABLE2.COLUMN3
WHERE TABLE1.COLUMN2=TABLE2.COLUMN1 AND
TABLE1.COLUMN3=TABLE2.COLUMN2.
|
If not let me know how to update the TABLE1.COLUMN1 with value in TABLE2.COLUM3. _________________ chandru. |
|