mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
func_time.result:
After merge fix
This commit is contained in:
parent
de8f05956d
commit
314b897fbf
1 changed files with 2 additions and 2 deletions
|
@ -785,8 +785,8 @@ select f1 from t1 where "2006-1-1" between f1 and 'zzz';
|
|||
f1
|
||||
Warnings:
|
||||
Warning 1292 Incorrect date value: 'zzz' for column 'f1' at row 1
|
||||
Warning 1292 Truncated incorrect INTEGER value: 'zzz'
|
||||
Warning 1292 Truncated incorrect INTEGER value: 'zzz'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'zzz'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'zzz'
|
||||
select f1 from t1 where makedate(2006,1) between date(f1) and date(f3);
|
||||
f1
|
||||
2006-01-01
|
||||
|
|
Loading…
Add table
Reference in a new issue