ClickHouse/tests/queries/0_stateless/02674_null_default_structure.sql

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

4 lines
91 B
MySQL
Raw Normal View History

SELECT * FROM null();
2023-02-28 12:30:07 +00:00
DESCRIBE null();
2023-02-28 12:53:44 +00:00
insert into table function null() select 1, 'str';