plz help me solving the problem.
i am using a table named XYZ in MYSQL
i have columns A B C D E
now i want 2 concatenate the values of column A & B and store this value in column A, such that new values in column A is concatenation of values of A + values of B.
plz sumone help me in writing query