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);