move redis_table to right

This commit is contained in:
JackyWoo 2023-06-29 12:53:23 +08:00
parent f8f0b7d086
commit 635ab9f9af

View File

@ -117,7 +117,7 @@ Join:
Join with other tables. 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} ## Limitations {#limitations}