I have table(mytable1) like-
Code Nombre 14 [:de]David[:en]Michel[:es]John[:] ... ....... ... ........ I have another table(mytable2) like-
Code Post_title I want to copy data of column Nombre of mytable1 to Post_title column of mytable2.
I have table(mytable1) like-
Code Nombre 14 [:de]David[:en]Michel[:es]John[:] ... ....... ... ........ I have another table(mytable2) like-
Code Post_title I want to copy data of column Nombre of mytable1 to Post_title column of mytable2.