How can I have I want to eat rice
match I wan to eat ric
? The issue is the wan
portion.
DB:
dialogue | category
|
Want to eat rice | food
SQL:
SELECT category FROM `categories` WHERE dialogue LIKE '%I wan to eat ric%'
This returns no results. It should return food
.