mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 21:03:51 +00:00
71dcc7ef69
This reverts commitb6ea3442b4
, reversing changes made to0076084f9a
.
8 lines
288 B
SQL
8 lines
288 B
SQL
SELECT toTypeName(_headers)
|
|
FROM url('http://127.0.0.1:8123/?query=select+1&user=default', LineAsString, 's String');
|
|
|
|
SELECT
|
|
*,
|
|
mapFromString(_headers['X-ClickHouse-Summary'])['read_rows']
|
|
FROM url('http://127.0.0.1:8123/?query=select+1&user=default', LineAsString, 's String');
|