ClickHouse/tests/queries/0_stateless/02587_csv_big_numbers_inference.sql

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

6 lines
201 B
MySQL
Raw Normal View History

2023-03-09 18:21:47 +00:00
desc format('CSV', '100000000000000000000');
select * from format('CSV', '100000000000000000000');
desc format('CSV', '-100000000000000000000');
select * from format('CSV', '-100000000000000000000');