Hmmm going by your other topic you are using MySQL?
In this case, use ? as a parameter placeholder …
SELECT * FROM users WHERE identifier = ? LIMIT 200
Hmmm going by your other topic you are using MySQL?
In this case, use ? as a parameter placeholder …
SELECT * FROM users WHERE identifier = ? LIMIT 200