Update multiple table column values using single query in SQL??
Posted
by Manikandan S
on Stack Overflow
See other posts from Stack Overflow
or by Manikandan S
Published on 2010-05-21T10:35:09Z
Indexed on
2010/05/21
10:40 UTC
Read the original article
Hit count: 195
sql
I have two tables like Temp1 and Temp2
The Table Temp1 have id and Col1 fields and The Table Temp2 have id and Col2 fields
I need to update the two table fields Col1 and Col2 using single query in SQL.
Can anyone help me??????
© Stack Overflow or respective owner