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 LATERAL syntax #250

Merged
merged 9 commits into from
Jul 18, 2023
Merged

support LATERAL syntax #250

merged 9 commits into from
Jul 18, 2023

Conversation

jycor
Copy link

@jycor jycor commented Jun 21, 2023

syntax for: dolthub/dolt#6194

@jycor jycor requested a review from zachmu as a code owner June 21, 2023 23:44
@max-hoffman max-hoffman self-requested a review July 17, 2023 18:30
Copy link

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

input: "select a from t1 join lateral (select b from t2) as sq",
},
{
input: "select a from t1 natural join lateral (select b from t2) as sq",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh, didn't know about this one

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recursive CTE example would be a nice to have

@jycor jycor merged commit 42bab25 into main Jul 18, 2023
4 checks passed
@Hydrocharged Hydrocharged deleted the james/lateral branch February 7, 2024 13:44
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

Successfully merging this pull request may close these issues.

2 participants