prorm API Reference
    Preparing search index...

    Function mod

    • MOD(dividend, divisor).

      mssql has no MOD() function at all -- only the % operator, so mssql renders (dividend % divisor). ClickHouse's function is named modulo (not mod). Every other dialect here has a native MOD(a, b) function.

      Parameters

      Returns { $literal: string }