Free Subscription
Social Networking
Visual Learning
SQL Release Updates
Categories
Jobs
Next Generation Database
Big Data Tool
DWH Design Tips
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 %, pattern match, search string, string matching, wildcard, wildcard search, [], [^], _
4 Comments










