We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
仅限中文
在 WHERE 部分使用 IN 查询。目前来说,我们暂时不需要考虑子查询的问题,因为子查询的形态不同于普通的 IN 语句。
// 用户用起来 s.Where(C("Id").In(1, 2, 3)) // WHERE `id` IN (?, ?, ?) s.Where(C("Id").NotIn(1, 2, 3)) // WHERE `id` NOT IN (?, ?, ?)
任何你觉得有利于解决问题的补充说明
上传 go env 的结果
go env
The text was updated successfully, but these errors were encountered:
这 issue 我领了,哈哈
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
仅限中文
使用场景
在 WHERE 部分使用 IN 查询。目前来说,我们暂时不需要考虑子查询的问题,因为子查询的形态不同于普通的 IN 语句。
可行方案
其它
你使用的是 eorm 哪个版本?
你设置的的 Go 环境?
The text was updated successfully, but these errors were encountered: