SQL: LIKE vs SUBSTRING vs LEFT/RIGHT vs CHARINDEX
LIKE vs SUBSTRING vs LEFT/RIGHT vs CHARINDEX All too often developers need to query a database table for records which begin and/or end with a certain textual pattern. For instance,…
Developing is like telling jokes: if you have to explain it, it's not as good as it could be.
LIKE vs SUBSTRING vs LEFT/RIGHT vs CHARINDEX All too often developers need to query a database table for records which begin and/or end with a certain textual pattern. For instance,…