I want to use the full-text index to search word:
How can I use 'contain' or 'freetext' to get the same result as "like '%dd%' "?
If I use contain(table,'data'), it only finds "....the data is ...."
How can I use contain search 'dat' to find data?