Glossaria.net

Glossary Visual Basic / Term

wildcard characters

wildcard characters

The asterisk (*), question mark (?), number sign (), exclamation point (!), hyphen (-), and brackets ([ ]) are wildcard characters. You can use these characters in queries and expressions to include all records, file names, or other items that begin with specific characters or match a certain pattern. You can also use wildcard characters and matching characters to further refine a search when using an SQL statement.

Permanent link wildcard characters - Creation date 2020-06-07


< WHERE clause Glossary / Visual Basic Windows API >