| Subject | Searching methods | 
|---|---|
| Author | James | 
| Post date | 2004-05-06T04:21:17Z | 
Hi,
which is better?
1. where name like '%chris%'
2.where name containing 'chris'
3. where name starting with 'chris'
As much as possible I don't want to use the starting with because it's
not flexible enough in a particular situtation.
Do they use the index if available?
Thanks
regards,
james
            which is better?
1. where name like '%chris%'
2.where name containing 'chris'
3. where name starting with 'chris'
As much as possible I don't want to use the starting with because it's
not flexible enough in a particular situtation.
Do they use the index if available?
Thanks
regards,
james