mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
4 lines
91 B
SQL
4 lines
91 B
SQL
SELECT * FROM null();
|
|
DESCRIBE null();
|
|
insert into table function null() select 1, 'str';
|