mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
4 lines
181 B
SQL
4 lines
181 B
SQL
INSERT INTO `test` (`x`, `y`) VALUES (1,NULL),(2,NULL),(3,NULL),(3,NULL),(4,NULL),(5,NULL),(6,7);
|
|
INSERT INTO `test 3` (x) VALUES (1);
|
|
INSERT INTO `test2` (`x`) VALUES (1),(2),(3);
|