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

Add support for arrays and ranges #5

Open
akhansari opened this issue Jul 29, 2021 · 1 comment
Open

Add support for arrays and ranges #5

akhansari opened this issue Jul 29, 2021 · 1 comment
Assignees

Comments

@akhansari
Copy link

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 '$'));
@natalie-o-perret
Copy link
Member

I've obv. missed out that one.

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

4 participants