Try something like this
UPDATE table1
SET col1 = b.col1 FROM table1 b WHERE table1.col2 = b.col2 and table1.col3 = ‘something’ and b.col3 = ‘somethingelse’ ----- Original Message -----
|
- [SQL] update syntax Praveen Raja
- Re: [SQL] update syntax Bruno Prévost
- Re: [SQL] update syntax Praveen Raja
- Re: [SQL] update syntax Bruno Prévost
- Re: [SQL] update syntax Bruno Wolff III