Hi.
According to this text from
http://dev.mysql.com/doc/refman/5.0/...t-boolean.html mysql
supports the * like this 'apple*' "Words match if they begin with the
word preceding the * operator."
But how can I make use of the * like this '*apple' where words match if
they end with the word?
According to this text from
http://dev.mysql.com/doc/refman/5.0/...t-boolean.html mysql
supports the * like this 'apple*' "Words match if they begin with the
word preceding the * operator."
But how can I make use of the * like this '*apple' where words match if
they end with the word?
Comment