Forum Moderators: open
MODbecame a standard in SQL3. It stands for "modulus" but the result of the function is not really a modulus, it is a remainder.
I would be very surprised if either the function itself doesn't work or it's mathematical character, the percent sign (%):
SELECT NAME FROM table WHERE age % 5;