Update 02113_base64encode_trailing_bytes_1.sql

This commit is contained in:
Denny Crane 2021-12-19 18:48:12 -04:00 committed by GitHub
parent 77c2180394
commit 393e99e899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
SELECT
number,
hex(base64Decode(base64Encode(repeat('a', number)))) r