Files
tidb/br/tests/lightning_auto_random_default/data/auto_random.t.0.sql
2021-08-06 00:17:12 +08:00

6 lines
98 B
SQL

/*!40103 SET TIME_ZONE='+00:00' */;
INSERT INTO `t` (`s`) VALUES
("test1"),
("test2"),
("test3");