ClickHouse/tests/queries/0_stateless/01419_materialize_null.sql

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

3 lines
63 B
MySQL
Raw Normal View History

2020-08-01 18:44:36 +00:00
SELECT isConstant(NULL);
SELECT isConstant(materialize(NULL));