mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
4 lines
160 B
MySQL
4 lines
160 B
MySQL
|
INSERT INTO `test` VALUES (1,NULL),(2,NULL),(3,NULL),(3,NULL),(4,NULL),(5,NULL),(6,7);
|
||
|
INSERT INTO `test 3` VALUES (1);
|
||
|
INSERT INTO `test2` VALUES (1),(2),(3);
|