Hi all... I want to copy data from one column to another column of other table..so how i should i do that.. i did following thing
Update tblindiantime Set CountryName =(Select contacts.BusinessCountry From contacts)
but its not working..
i want to copy "BusinessCountry" column of contact table to "CountryName" column of tblindiantime...