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
swift中,请问select * from aTable where (a,b) in (values (1,2),(3,4)) 中,where的部分怎么改成WINQ呢
The text was updated successfully, but these errors were encountered:
It's not a valid sql for SQLite.
Sorry, something went wrong.
网上说sqlite支持这么写,而且在SQliteStudio里能执行成功
https://blog.csdn.net/mzl87/article/details/125723853
Indeed, it is not supported in Swift Winq yet. For now, you can convert it into multiple conditions.
OK,thank you.
No branches or pull requests
swift中,请问select * from aTable where (a,b) in (values (1,2),(3,4)) 中,where的部分怎么改成WINQ呢
The text was updated successfully, but these errors were encountered: