Copy data from one column to other column (which is in a different table)

后端 未结 8 1521
小鲜肉
小鲜肉 2020-11-30 20:59

I want to copy data from one column to another column of other table. How can I do that?

I tried the following:

Update tblindiantime Set CountryName          


        
8条回答
  •  春和景丽
    2020-11-30 21:33

    It can be solved by using different attribute.

    • Use the cell Control click event.
    • Select the column value that your transpose to anther column.
    • send the selected value to the another text box or level whatever you fill convenient and a complementary button to modify the selected property.
    • update the whole stack op the database and make a algorithm with sql query to overcome this one to transpose it into the another column.

提交回复
热议问题