update category_text set text='this is a problem because it's got an apostrophe in it', keywords='asdf,asdf' where id='1';
Just that the string I want to insert has an apostrophe.. Is that going to mess the syntax up?
Just that the string I want to insert has an apostrophe.. Is that going to mess the syntax up?

Comment