mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
DROP
This commit is contained in:
parent
ea3f80460c
commit
57eef84322
@ -2,4 +2,4 @@ DROP TABLE IF EXISTS enums;
|
||||
CREATE TABLE enums AS VALUES('x Enum8(\'hello\' = 0, \'world\' = 1, \'foo\' = -1), y String', ('hello', 'find me'), (0, 'and me'), (-1, 'also me'), ('world', 'don\'t find me'));
|
||||
SELECT y FROM enums WHERE x IN (0, -1);
|
||||
SELECT y FROM enums WHERE x IN ('hello', -1);
|
||||
|
||||
DROP TABLE enums;
|
||||
|
Loading…
Reference in New Issue
Block a user