summaryrefslogtreecommitdiff
path: root/mysql-test/xml/tests/sel000006.xml
blob: 3059f8bb7dfee0c7d8a1c614a7dcddf8f24142e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" standalone="no"?>

<!-- This file is maintained by matt@mysql.com -->

<test name="sel000006">

   <version value="3.22"/>
   <version value="3.23"/>

   <description>Numeric functions.</description>
   <description>Testing ROUND(); hundreths precision.</description>

   <resultfile name="r/3.23/sel000006.result">
        <sql>SELECT ROUND(5.64,1),ROUND(5.64,2),ROUND(5.64,-1),ROUND(5.64,-2)</sql>
   </resultfile>

</test>