Commit eae3f5ba authored by hf@deer.(none)'s avatar hf@deer.(none)

Test result fixed

parent 33cd3168
......@@ -94,7 +94,7 @@ select 10.0+cast('a' as decimal);
10.0+cast('a' as decimal)
10.00
Warnings:
Error 1366 Incorrect decimal value: '' for column '' at row -1
Warning 1292 Truncated incorrect DECIMAL value: 'a'
select 10E+0+'a';
10E+0+'a'
10
......
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