summaryrefslogtreecommitdiff
path: root/mysql-test/xml/tests/sel000005.xml
blob: 0bcddb2fbb64791504d2993b5b887b19fd08a88e (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="sel000005">

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

   <description>Numeric functions.</description>
   <description>Testing FLOOR(), CEILING(), ROUND().</description>

   <resultfile name="r/3.23/sel000005.result">
        <sql>SELECT FLOOR(5.5),FLOOR(-5.5),CEILING(5.5),CEILING(-5.5),ROUND(5.5),ROUND(-5.5)</sql>
   </resultfile>

</test>