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

suport subquery #19

Open
baxiry opened this issue May 31, 2024 · 0 comments
Open

suport subquery #19

baxiry opened this issue May 31, 2024 · 0 comments

Comments

@baxiry
Copy link
Owner

baxiry commented May 31, 2024

subquery's example from sql:

SELECT * FROM Xtable WHERE xid IN (
		SELECT id FROM Ytable WHERE ycolumn = somthing
);
@baxiry baxiry added this to the 0.7 milestone May 31, 2024
@baxiry baxiry closed this as completed Jul 12, 2024
@baxiry baxiry reopened this Jul 30, 2024
@baxiry baxiry modified the milestones: v0.7.0, v0.8.0 Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant