|
shan1430
Yak Posting Veteran
Malaysia
86 Posts |
Posted - 04/21/2008 : 20:37:45
|
Hi, i used the following to insert data from one table to another. How do i add % to the value that i insert?
Insert into A ( AA ) Select BB from B
Let say BB has the value 7,8,9 in the column then AA should have 7%,8%,9% in the column. Please help. Thanks |
|