Hello,
Could someone show me a quick way to append data to the existing data please.
I have a character field (mon1) in the database length of 4 characters, but currently it only has values of 3 characters such as '101' or '122', '284' etc.
I want to add 1 more character '1' in front of each piece of data in this field (so it will become '1101', '1122', '1284', etc.) and there are about 500 records need to be updated. Notes that there are no pattern of this field, I means the number is not an increased constant number but just any number.
thanks
Could someone show me a quick way to append data to the existing data please.
I have a character field (mon1) in the database length of 4 characters, but currently it only has values of 3 characters such as '101' or '122', '284' etc.
I want to add 1 more character '1' in front of each piece of data in this field (so it will become '1101', '1122', '1284', etc.) and there are about 500 records need to be updated. Notes that there are no pattern of this field, I means the number is not an increased constant number but just any number.
thanks