mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
This commit is contained in:
parent
9ebe99b4b0
commit
7295bf95b3
@ -2295,6 +2295,8 @@ Type: [String](../../sql-reference/data-types/string.md)
|
||||
Query:
|
||||
|
||||
``` sql
|
||||
CREATE TABLE tmp (str String) ENGINE = Log;
|
||||
INSERT INTO tmp (*) VALUES ('a');
|
||||
SELECT count(DISTINCT t) FROM (SELECT initialQueryID() AS t FROM remote('127.0.0.{1..3}', currentDatabase(), 'tmp') GROUP BY queryID());
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user