How to search a 'near word' in MySQL?
Posted
by Trez
on Stack Overflow
See other posts from Stack Overflow
or by Trez
Published on 2010-04-13T06:09:34Z
Indexed on
2010/04/13
6:12 UTC
Read the original article
Hit count: 435
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,
© Stack Overflow or respective owner