# sel000004 # # Versions # -------- # 3.22 # 3.23 # # Description # ----------- # Simple arithmetic. # Testing MOD(), SIGN(), and arithmetic grouping. # @r/sel000004.result SELECT 1+1,1-1,1+1*2,8/5,8%5,MOD(8,5),MOD(8,5)|0,-(1+1)*-2,SIGN(-5);