github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/tests/lightning_view/data/db1.tbl.0.sql (about) 1 INSERT INTO tbl (i, j, s) 2 VALUES 3 (1, 1, 'test1'), 4 (2, 2, 'test2'), 5 (3, 3, 'test3');