| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Gordon Bissell | Date: | February 17 2000 3:13pm |
| Subject: | RE: Blacklist | ||
| View as plain text | |||
> I want to create a table that holds phonenumbers that are blacklisted. > And then check a number against this table to see if it > blacklisted or not. > The problem I have is that I want to add entries with wildcards. > > e.g. 0800* should match all numbers starting with 0800. > > How do i INSERT this rows and how do I write the SELECT > > /pelle Try something using: LIKE '0800%'
| Thread | ||
|---|---|---|
| • Blacklist | Pelle Eliasson | 17 Feb |
| • RE: Blacklist | Gordon Bissell | 17 Feb |
| • Re: Blacklist | Benjamin Pflugmann | 25 Feb |
| • RE: Blacklist | James Gray | 17 Feb |
| • Re: Blacklist | Faisal Nasim | 17 Feb |
| • Re: Blacklist | Matthias Urlichs | 17 Feb |
