Hi Ruslan. I thought this used to work for finding a question mark: SELECT * FROM myTable WHERE title REGEX '?' but now it doesn't. Escaping the string like this '\?' doesn't work, either. What am I doing wrong? Thanks, Jon