ClickHouse/tests/queries/0_stateless/01820_unhex_case_insensitive.sql

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

3 lines
154 B
MySQL
Raw Normal View History

-- MySQL has function `unhex`, so we will make our function `unhex` also case insensitive for compatibility.
SELECT unhex('303132'), UNHEX('4D7953514C');