Files
tidb/br/tests/lightning_sqlmode/data/sqlmodedb.t.1.sql
2021-08-06 00:17:12 +08:00

7 lines
239 B
SQL

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