| Author |
Update with FROM table concept
|
Seetesh Hindlekar
Ranch Hand
Joined: Feb 13, 2004
Posts: 244
|
|
Hello all, Has anyone used the Update using the From considering the following scenario. Update table statement set col1 = table1.col44, col2 = table2.col555 FROM table1, table2 Where conditions Rgds, Seetesh
|
 |
Shailesh Chandra
Ranch Hand
Joined: Aug 13, 2004
Posts: 1076
|
|
Originally posted by Seetesh Hindlekar: Hello all, Has anyone used the Update using the From considering the following scenario. Update table statement set col1 = table1.col44, col2 = table2.col555 FROM table1, table2 Where conditions Rgds, Seetesh
I dont think above query will work try this Shailesh
|
Gravitation cannot be held responsible for people falling in love ~ Albert Einstein
|
 |
Seetesh Hindlekar
Ranch Hand
Joined: Feb 13, 2004
Posts: 244
|
|
Hello Shailesh, Thks for the tip. Will try for this logic as i had a common set of conditions to be met. Will seperate them now for the time being. Will revert back on this forum if I have any doubts. Tkhs again, Seetesh
|
 |
 |
|
|
subject: Update with FROM table concept
|
|
|