Files
tidb/lightning/tests/lightning_incremental/data/incr.auto_random.sql
2024-04-02 04:24:23 +00:00

6 lines
96 B
SQL

/*!40103 SET TIME_ZONE='+00:00' */;
INSERT INTO `auto_random` (`v`) VALUES
("a"),
("b"),
("c");