mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Added a test #6040
This commit is contained in:
parent
dd97878107
commit
dc8b83c882
@ -0,0 +1 @@
|
||||
x UInt64
|
@ -0,0 +1,9 @@
|
||||
-- No virtual columns should be output in DESC TABLE query.
|
||||
|
||||
DROP TABLE IF EXISTS upyachka;
|
||||
CREATE TABLE upyachka (x UInt64) ENGINE = Memory;
|
||||
|
||||
-- Merge table has virtual column `_table`
|
||||
DESC TABLE merge(currentDatabase(), 'upyachka');
|
||||
|
||||
DROP TABLE upyachka;
|
Loading…
Reference in New Issue
Block a user