Feb 9, 2004 #1 babylno Technical User Feb 9, 2004 1 GB Hi I know very little about MySQL. I have a field from which I would like to remove all apostrophes and I dont know the statement to do this. Any help would be appreciated. Cheers Andy
Hi I know very little about MySQL. I have a field from which I would like to remove all apostrophes and I dont know the statement to do this. Any help would be appreciated. Cheers Andy
Feb 9, 2004 #2 KarveR MIS Dec 14, 1999 2,065 GB update your_table set your_field = replace(your_field,"'","" ______________________________________________________________________ There's no present like the time, they say. - Henry's Cat. Upvote 0 Downvote
update your_table set your_field = replace(your_field,"'","" ______________________________________________________________________ There's no present like the time, they say. - Henry's Cat.