ClickHouse/tests/queries/0_stateless/01051_random_printable_ascii.sql

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

3 lines
90 B
MySQL
Raw Normal View History

2019-12-28 23:11:02 +00:00
SELECT toTypeName(randomPrintableASCII(1000));
SELECT length(randomPrintableASCII(1000));