RE: search with wildcards

2001-09-05 Thread Chris Bolt
> I need to search a mysql database using wildcards. I know about the * and > the _ wildcards (any number of any character and 1 character of any kind, > respectively) but I need to match any number, any letter and thing like > that. > > An SQL book claimed it could be done using brackets and rang

search with wildcards

2001-09-05 Thread Samuel Andersson
Hi folks! I need to search a mysql database using wildcards. I know about the * and the _ wildcards (any number of any character and 1 character of any kind, respectively) but I need to match any number, any letter and thing like that. An SQL book claimed it could be done using brackets and