ClickHouse/tests/queries/0_stateless/03239_nan_with_fill.sql

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

4 lines
102 B
MySQL
Raw Normal View History

2024-09-21 23:06:35 +00:00
SELECT nan ORDER BY 1 WITH FILL;
SELECT -nan ORDER BY 1 WITH FILL;
SELECT 0./0. ORDER BY 1 WITH FILL;