Tag Archives: wildcard

Wildcard (%, _, [],[^]) in SQL Server


Wildcard characters are used in the where clause to search a string with some patterns. for instance, checking a name that starts with ‘Mic’ and rest of the characters may be anything. In this scenario we can use wildcard characters … Continue reading

Posted in T-SQL | Tagged , , , , , , , , | 4 Comments