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
A proposal related to veepee-oss/Vp.FSharp.Sql#15.
Instead of:
select * from MyTable where Id in (@id1, @id2, @id3);
We could use this:
select * from MyTable where Id in (select MyId from openjson(@ids) with (MyId INT '$'));
The text was updated successfully, but these errors were encountered:
I've obv. missed out that one.
Sorry, something went wrong.
akhansari
evilz
natalie-o-perret
ReynBer
No branches or pull requests
A proposal related to veepee-oss/Vp.FSharp.Sql#15.
Instead of:
We could use this:
The text was updated successfully, but these errors were encountered: