I have a table=table1 which consists 3 columns
columns1(data)
columns2(data)
columns3(no data but created)
Now I want to update the data in columns1 into columns3
My SQL statement like this:UPDATE table1 set Column3=Column1
Isn't correct?Thank Q
Did my sql statement correct
|
Contributor
|
|
| 1Aug2006,14:19 | #1 |
|
Last edited by lieweffect; 1Aug2006 at 14:23.. |
|
Go4Expert Founder
|
![]() |
| 1Aug2006,16:24 | #2 |
|
Does it give any error when you run the above query.
|
|
Contributor
|
|
| 1Aug2006,17:32 | #3 |
|
actually, this only from a little test
does any software can test the sql statement whether correct or not? |
|
Go4Expert Founder
|
![]() |
| 1Aug2006,18:25 | #4 |
|
Quote:
Originally Posted by lieweffect |
|
Contributor
|
|
| 1Aug2006,18:29 | #5 |
|
Thank Q.....
|

