Hi guys!
I'm trying to make a query, something like this: SELECT * FROM table WHERE field_name LIKE "keyword%" AND CHAR_LENGTH("keyword%")<20
. I know this one is wrong and it's not working, but what's the right way to get the right results?
Thank you!