-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
full text query macth not work #139
Comments
All query must include the sharding key. You have used |
This is the complete sql statement SELECT * FROM t_chat_msg WHERE ymd = 202311 AND to = '1025359' AND (MATCH(body) AGAINST('在' IN BOOLEAN MODE)) LIMIT 20 I found that it should be caused by the sqlparser package not being able to correctly parse SQL statements. |
It should be that this statement was not parsed successfully. |
@hyperphoton 这个应该是 SQLParser 解析不了 |
can not fond table
The text was updated successfully, but these errors were encountered: