Hi I updated all column values of a column like :
Update Sample_table
set sample_column = 'A&B'
where sample column is Null;
Some variable pop up came where it was selecting '&b' and i clicked ok. I see the results and all values are showing as 'AA&B'. What do i do now. I try to again all values to A&b and it doesnt work. A pop up comes up asking type variables. This should go into production as well so instead of replacing the first A or deleting it how can i update all values to A&B now and also when its Null. what is wrong with the '&' in the value ?