Syntax: wildcards ignore|interpret
By default, the characters * and % in alias names are interpreted
as wildcards: an asterisk, *, will match zero or more characters
while each percent sign, %, will match precisely one character.
The command "wildcards ignore" will cause DB to not interpret
asterisks or percent signs as wildcards; the command "wildcards
interpret" will resume interpretation of wildcards.