Skip to content

Commit 8ab5099

Browse files
authored
rephrase description
1 parent 7a8c4bc commit 8ab5099

File tree

1 file changed

+2
-2
lines changed
  • docs/en/sql-reference/statements/select

1 file changed

+2
-2
lines changed

docs/en/sql-reference/statements/select/join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Additional join types available in ClickHouse are:
4040

4141
| Type | Description |
4242
|---------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|
43-
| `LEFT SEMI JOIN`, `RIGHT SEMI JOIN` | A whitelist on "join keys", without producing a cartesian product. |
44-
| `LEFT ANTI JOIN`, `RIGHT ANTI JOIN` | A blacklist on "join keys", without producing a cartesian product. |
43+
| `LEFT SEMI JOIN`, `RIGHT SEMI JOIN` | An allowlist on "join keys", without producing a cartesian product. |
44+
| `LEFT ANTI JOIN`, `RIGHT ANTI JOIN` | A denylist on "join keys", without producing a cartesian product. |
4545
| `LEFT ANY JOIN`, `RIGHT ANY JOIN`, `INNER ANY JOIN` | Partially (for opposite side of `LEFT` and `RIGHT`) or completely (for `INNER` and `FULL`) disables the cartesian product for standard `JOIN` types. |
4646
| `ASOF JOIN`, `LEFT ASOF JOIN` | Joining sequences with a non-exact match. `ASOF JOIN` usage is described below. |
4747
| `PASTE JOIN` | Performs a horizontal concatenation of two tables. |

0 commit comments

Comments
 (0)