apostrophes in INSERT statements (1 reply)
(MySQL.com) How do I insert an apostrophe into a varchar field without terminating the quoted string? I remember reading something in the manual about converting the apostrophe character to a metacharacter, but I can't seem to find it. I'm using MySQL 5 btw.