github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/all_mode/data/db1.increment3.sql (about)

     1  use all_mode;
     2  insert into t1 (id, name) values (10, '10'), (20, '20');
     3  insert into t1 (id, name) values (30, '30');