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

Support In list and subquery #65

Open
2 tasks
Veeupup opened this issue May 25, 2022 · 0 comments
Open
2 tasks

Support In list and subquery #65

Veeupup opened this issue May 25, 2022 · 0 comments

Comments

@Veeupup
Copy link
Owner

Veeupup commented May 25, 2022

support in sql,

  • in list, like select * from t where id in (1, 2, 4)
  • in subquery like select * from t where id in (select id from t2 where age < 10)
@Veeupup Veeupup changed the title Support In list or subquery Support In list and subquery May 26, 2022
@Veeupup Veeupup mentioned this issue May 27, 2022
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

1 participant