6 lines
96 B
SQL
6 lines
96 B
SQL
/*!40103 SET TIME_ZONE='+00:00' */;
|
|
INSERT INTO `auto_random` (`v`) VALUES
|
|
("d"),
|
|
("e"),
|
|
("f");
|