81
81
INSERT INTO t1 VALUES (9223372036854775700.0);
82
82
INSERT INTO t1 (col1) VALUES(-9223372036854775809);
83
83
ERROR 22003: Out of range value for column 'col1' at row 1
84
86
INSERT INTO t1 (col1) VALUES('-9223372036854775809');
85
87
ERROR 22003: Out of range value for column 'col1' at row 1
86
88
INSERT INTO t1 (col1) VALUES('9223372036854775808');