wildcard character
- Last UpdatedJan 15, 2025
- 1 minute read
A wildcard character is a keyboard character that is used to represent one or more characters. When searching a SQL Server database, use the underscore (_), the percent sign (%), and brackets ([ ]), with the LIKE keyword to match patterns in the database. For example, to search for all tags in the system that start with "sys", search for "sys%".