ClickHouse/tests/queries/0_stateless/00674_has_array_enum.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
96 B
MySQL
Raw Normal View History

2018-07-23 18:12:48 +00:00
SELECT has([x], 10) FROM (SELECT CAST(10 AS Enum8('hello' = 1, 'world' = 2, 'abc' = 10)) AS x);