HI
I am trying to duplicate a field in database table along with data Can any one suggest me how to do this?
Discussion posts and replies are publicly visible
Hi appiand5477
In case you want to duplicate the field along with its data without actually adding the field then below query would do the Job.
select *, actualColumnName as newColumnName from Table_Name