Skip to content

Conversation

@git-hulk
Copy link
Member

ClickHouse supports the GLOBAL keyworld while joining the right table,

for the syntax, please refer to:

SELECT <expr_list>
FROM <left_table>
[GLOBAL] [INNER|LEFT|RIGHT|FULL|CROSS] [OUTER|SEMI|ANTI|ANY|ALL|ASOF] JOIN <right_table>
(ON <expr_list>)|(USING <column_list>)

Reference: https://clickhouse.com/docs/en/sql-reference/statements/select/join

@coveralls
Copy link

coveralls commented Jul 27, 2024

Pull Request Test Coverage Report for Build 10144946795

Details

  • 22 of 22 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.005%) to 89.232%

Totals Coverage Status
Change from base Build 10144601977: 0.005%
Covered Lines: 27213
Relevant Lines: 30497

💛 - Coveralls

git-hulk added a commit to git-hulk/sqlparser-rs that referenced this pull request Jul 27, 2024
ClickHouse supports the GLOBAL keyworld while joining the right table,

for the syntax, please refer to:

```SQL
SELECT <expr_list>
FROM <left_table>
[GLOBAL] [INNER|LEFT|RIGHT|FULL|CROSS] [OUTER|SEMI|ANTI|ANY|ALL|ASOF] JOIN <right_table>
(ON <expr_list>)|(USING <column_list>)
```

Reference: https://clickhouse.com/docs/en/sql-reference/statements/select/join
@git-hulk git-hulk force-pushed the support-global-prefix-for-clickhouse branch from e0032ed to 6ab2e66 Compare July 27, 2024 16:16
ClickHouse supports the GLOBAL keyworld while joining the right table,

for the syntax, please refer to:

```SQL
SELECT <expr_list>
FROM <left_table>
[GLOBAL] [INNER|LEFT|RIGHT|FULL|CROSS] [OUTER|SEMI|ANTI|ANY|ALL|ASOF] JOIN <right_table>
(ON <expr_list>)|(USING <column_list>)
```

Reference: https://clickhouse.com/docs/en/sql-reference/statements/select/join
@git-hulk git-hulk force-pushed the support-global-prefix-for-clickhouse branch from 6ab2e66 to 089d786 Compare July 29, 2024 13:09
@git-hulk
Copy link
Member Author

cc @iffyio

@git-hulk git-hulk requested a review from lovasoa July 29, 2024 13:19
Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

LGTM! cc @alamb

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @git-hulk and @iffyio

@alamb alamb merged commit f966580 into apache:main Jul 30, 2024
git-hulk added a commit to git-hulk/sqlparser-rs that referenced this pull request Jul 31, 2024
ayman-sigma pushed a commit to sigmacomputing/sqlparser-rs that referenced this pull request Nov 19, 2024
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.

5 participants