Commit 52f1f012 authored by unknown's avatar unknown

incorrect result fixed

parent 82650ab1
...@@ -63,8 +63,8 @@ a0 ...@@ -63,8 +63,8 @@ a0
select 'a' union select concat('a', -0.0); select 'a' union select concat('a', -0.0);
a a
a a
a-0.0 a0.0
select 'a' union select concat('a', -0.0000); select 'a' union select concat('a', -0.0000);
a a
a a
a-0.0000 a0.0000
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment