mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32: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
5a50a1e9d9
commit
e8e60e1a60
@ -2259,6 +2259,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 queryID() AS t FROM remote('127.0.0.{1..3}', currentDatabase(), 'tmp') GROUP BY queryID());
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user