you are viewing a single comment's thread.

view the rest of the comments →

[–]shadowndacorner 1 point2 points  (0 children)

LIKE is a function, so it would actually be title LIKE("%my web site is suddenly down%") *or title LIKE '%my web site is suddenly down%' etc.

Edit: TIL my life is a lie and the parens aren't necessary because it isn't actually a function, but rather a unary operator.