mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -578,9 +578,9 @@ select * from t1 group by (a1 in (select col from columns));
|
||||
a1 a2
|
||||
1 - 00 2 - 00
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: '1 - 00'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: '1 - 01'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: '1 - 02'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: '1 - 00'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: '1 - 01'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: '1 - 02'
|
||||
/* ORDER BY clause */
|
||||
explain extended
|
||||
select * from t1 order by (select col from columns limit 1);
|
||||
|
Reference in New Issue
Block a user