Skip to content

Nested alias #550

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

Closed
wants to merge 2 commits into from
Closed

Nested alias #550

wants to merge 2 commits into from

Conversation

waitingkuo
Copy link
Contributor

@waitingkuo waitingkuo commented Aug 1, 2022

origin nestedjoin doesn't have alias. this pr add alias for nestedjoin

@waitingkuo
Copy link
Contributor Author

help wanted.

this pr break this test

    let res = snowflake_and_generic().parse_sql_statements("SELECT * FROM (a NATURAL JOIN b) c");
    assert_eq!(
        ParserError::ParserError("Expected end of statement, found: c".to_string()),
        res.unwrap_err()
    );

Could anyone tell me how to deal with this?

thanks~

@waitingkuo waitingkuo closed this Aug 1, 2022
@waitingkuo waitingkuo reopened this Aug 1, 2022
@waitingkuo waitingkuo closed this Aug 1, 2022
@waitingkuo
Copy link
Contributor Author

i made another draft pull request

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.

1 participant