github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/tests/lightning_sqlmode/data/sqlmodedb.t.1.sql (about)

     1  insert into t values
     2  (1, 9, 128, 'too long', 'x,y,z'),
     3  (2, '2000-00-00 00:00:00', -99999, '🤩', 3),
     4  (3, '9999-12-31 23:59:59', 'NaN', x'99', 'x+y'),
     5  (4, '2000-01-01 00:00:00', 99.999, '', 'x,y,x,y,x,y,x,y'),
     6  (5, NULL, NULL, NULL, NULL);