mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
incorrect result fixed
This commit is contained in:
parent
3bdff7fb82
commit
665f6b6875
1 changed files with 2 additions and 2 deletions
|
|
@ -63,8 +63,8 @@ a0
|
|||
select 'a' union select concat('a', -0.0);
|
||||
a
|
||||
a
|
||||
a-0.0
|
||||
a0.0
|
||||
select 'a' union select concat('a', -0.0000);
|
||||
a
|
||||
a
|
||||
a-0.0000
|
||||
a0.0000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue