mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update mysql.md
This commit is contained in:
parent
35cd86c350
commit
140d21fae8
@ -42,13 +42,13 @@ The rest of the conditions and the `LIMIT` sampling constraint are executed in C
|
|||||||
Supports multiple replicas that must be listed by `|`. For example:
|
Supports multiple replicas that must be listed by `|`. For example:
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
SELECT DISTINCT(name) FROM mysql(`mysql{1|2|3}:3306`, 'clickhouse', 'test_replicas', 'root', 'clickhouse');
|
SELECT name FROM mysql(`mysql{1|2|3}:3306`, 'mysql_database', 'mysql_table', 'user', 'password');
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
SELECT DISTINCT(name) FROM mysql(`mysql1:3306|mysql2:3306|mysql3:3306`, 'clickhouse', 'test_replicas', 'root', 'clickhouse');
|
SELECT name FROM mysql(`mysql1:3306|mysql2:3306|mysql3:3306`, 'mysql_database', 'mysql_table', 'user', 'password');
|
||||||
```
|
```
|
||||||
|
|
||||||
**Returned Value**
|
**Returned Value**
|
||||||
|
Loading…
Reference in New Issue
Block a user