There's the (almost religious) discussion, if you should use LIKE or '=' to compare strings in SQL statements.
- Are there reasons to use LIKE?
- Are there reasons to use '='?
- Performance? Readability?
There's the (almost religious) discussion, if you should use LIKE or '=' to compare strings in SQL statements.