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 =(Select contacts.BusinessCountry From contacts)
but it did not work.
I want to copy "BusinessCountry" column of contact table to "CountryName" column of tblindiantime table.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…