ClickHouse/tests/queries/0_stateless/02591_bson_long_tuple.sql

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

3 lines
74 B
MySQL
Raw Normal View History

select tuple(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11) as x format BSONEachRow;