How to search a 'near word' in MySQL?
- by Trez
For example, i want to search a word 'marple', this should return row with near or exact word like 'marble','maple','marple', etc...
How to do it in mysql query? or better give word suggestion if any?
Thanks,