mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
5 lines
152 B
SQL
5 lines
152 B
SQL
-- Tags: no-fasttest
|
|
|
|
-- This query reproduces a bug in TurboBase64 library.
|
|
select distinct base64Encode(materialize('LG Optimus')) from numbers(100);
|