Skip to content
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

查询语句中如果包含单引号如何处理 #1219

Open
jcntec opened this issue Aug 19, 2023 · 1 comment
Open

查询语句中如果包含单引号如何处理 #1219

jcntec opened this issue Aug 19, 2023 · 1 comment

Comments

@jcntec
Copy link

jcntec commented Aug 19, 2023

如 where content like 'I''m Bob' 则查询结果为空
只要字符串中包含单引号,查询结果就为空

@shi-yuan
Copy link
Member

shi-yuan commented Sep 6, 2023

select * from myindex where content like "I''m Bob"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants