mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
move redis_table to right
This commit is contained in:
parent
f8f0b7d086
commit
635ab9f9af
@ -117,7 +117,7 @@ Join:
|
||||
Join with other tables.
|
||||
|
||||
```
|
||||
SELECT * FROM redis_table JOIN merge_tree_table ON redis_table.key=merge_tree_table.key;
|
||||
SELECT * FROM redis_table JOIN merge_tree_table ON merge_tree_table.key=redis_table.key;
|
||||
```
|
||||
|
||||
## Limitations {#limitations}
|
||||
|
Loading…
Reference in New Issue
Block a user