10-19-2008, 03:47 PM
[eluser]CrustyDOD[/eluser]
Use % before/after the search term.
For example:
If you have huge DB i would recommend full-text searches as LIKE is really slow..
Use % before/after the search term.
For example:
Code:
SELECT ... LIKE 'Sara%'
If you have huge DB i would recommend full-text searches as LIKE is really slow..