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);