Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
peace
Constraint Violating Yak Guru
420 Posts |
Posted - 2014-06-23 : 21:40:16
|
I have a list of long data.How can I update column1 to column2?column1 column2123 32432234 98798345 43254456 09709567 456756678 8768789 765'''''' |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2014-06-24 : 04:09:48
|
update tableset column1 = column2In the result you have a table where column1 and column2 are equal.Is that what you want? Too old to Rock'n'Roll too young to die. |
 |
|
|
|
|