mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix test
This commit is contained in:
parent
00891a2dd8
commit
c68b597eee
@ -15,6 +15,6 @@ SELECT rand64() AS x;
|
|||||||
|
|
||||||
SELECT sleep(2);
|
SELECT sleep(2);
|
||||||
|
|
||||||
SELECT read_rows, total_rows, progress FROM system.view_refreshes WHERE view = '03221_rmv';
|
SELECT read_rows, total_rows, progress FROM system.view_refreshes WHERE database = currentDatabase() and view = '03221_rmv';
|
||||||
|
|
||||||
DROP TABLE 03221_rmv;
|
DROP TABLE 03221_rmv;
|
||||||
|
Loading…
Reference in New Issue
Block a user