I wanted to inquire if it is important to treat the backslashes in a SQL statement in order to get the correct counts? This is an example:
Select users from table1 where screenname like '/welcome?optin=%'
Do I need to inject additional treatment to the special characters in the like statement to ensure correct counts? I do not get an error running this query but I wonder if it is returning more counts than it should.