List of special characters for SQL LIKE clause
What is the complete list of all special characters for a SQL (I’m interested in SQL Server but other’s would be good too) LIKE clause? E.g. SQL Server: % _ [specifier] E.g. [a-z] [^specifier] ESCAPE clause E.g. %30!%%’ ESCAPE ‘!’ will evaluate 30% as true ‘ characters need to be escaped with ‘ E.g. they’re … Read more