SELECT * FROM Header WHERE (userID LIKE [%'%])
Double them to escape;
SELECT * FROM Header WHERE userID LIKE '%''%'