CPB Mailing List

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SQL wildcard characters



I use and SQL type language at work and I would tend to say that it works

select * from items where KeyWords like "quick"
                       or KeyWords like "quicker"
                       or KeyWords like "quickest"

There could be differences but it would work for me.




W Komornicki's Home Page | Main Index | Thread Index