summaryrefslogtreecommitdiff
path: root/mysql-test/t/sel000007.test
blob: 494ba902f90812802650dd3bdb7b9e0fcd272ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# sel000007
#
# Versions
# --------
#   3.22
#   3.23
#
# Description
# -----------
# Numeric functions.
# Testing TRUNCATE().
#

@r/sel000007.result SELECT TRUNCATE(52.64,1),TRUNCATE(52.64,2),TRUNCATE(52.64,-1),TRUNCATE(52.64,-2);