mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
result fix
This commit is contained in:
parent
e085211d4d
commit
b987945db6
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ select * from t1 where (convert(f1,datetime)) != 1;
|
|||
f1
|
||||
15:44:44
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect datetime value: '0000-00-00 45:44:44'
|
||||
Warning 1292 Incorrect datetime value: '0000-00-00 45:44:44'
|
||||
drop table t1;
|
||||
create table t1 (a tinyint);
|
||||
insert into t1 values (), (), ();
|
||||
|
|
Loading…
Add table
Reference in a new issue