Adding data to a text field ??? Or to data how should I declare that column, as a text , or varchar etc . And how do I achieve that ?
I have a text field , how do I add data to thee existing data in that text field .
Eg : I have ABC in col A tableA . I want to add DEF to the exsting data ABC . Result should be ColA
ABC,DEF after the update and added data.
Thanks