github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/downstream_diff_index/data/db2.increment.sql (about)

     1  use downstream_diff_index2;
     2  update t2 set c3 = '333' where c1 = 3;
     3  delete from t2 where c1 = 1;