mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
4 lines
187 B
SQL
4 lines
187 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 , y ) VALUES (1, 2);
|
|
INSERT INTO `test2` (`x` ) VALUES (1),(2),(3);
|