mod [Oracle SQL]. mod(m,n). mod (=modulus) returns the reminder of m devided by n. If m = 0, it returns 0, if n = 0, it returns m.
確定! 回上一頁