View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 07:54 AM
Kasper K
 
Posts: n/a
Default Duplicate collum.

Hey NG!

I have a table like this:

+-----+----------+----------+
| id | value_uk | value_dk |
+-----+----------+----------+
| 1 | hello | (null) |
+-----+----------+----------+
1 row in set

can i duplicate the value_uk collum so it throws all the values into
value_dk collum, ofcourse in same id row?


Regards,
Kasper K.
Reply With Quote