This commit is contained in:
Alexey Milovidov 2018-07-23 21:12:48 +03:00
parent 1c200589f5
commit d400b4e9db
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
1

View File

@ -0,0 +1 @@
SELECT has([x], 10) FROM (SELECT CAST(10 AS Enum8('hello' = 1, 'world' = 2, 'abc' = 10)) AS x);