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
报错如下,数据类型 ntext 和 nvarchar 在 equal to 运算符中不兼容。 应该时in 里面的数据太多导致的,比如5w个id,楼主能否内部处理下,做个分页循环处理。
The text was updated successfully, but these errors were encountered:
这个有想过解决,但考虑到字符串可能存在安全问题就没处理~ 建议在代码里做分批查询
Sorry, something went wrong.
No branches or pull requests
报错如下,数据类型 ntext 和 nvarchar 在 equal to 运算符中不兼容。
应该时in 里面的数据太多导致的,比如5w个id,楼主能否内部处理下,做个分页循环处理。
The text was updated successfully, but these errors were encountered: