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