% (Modulo) (SQL Server Compact)
Provides the remainder of one number divided by another.
Provides the remainder of one number divided by another.
The numeric expression to divide. The dividend can be any valid expression in Microsoft SQL Server Compact of the integer data type category.
The numeric expression to divide the dividend by. The divisorcan be any valid SQL Server expression of any of the data types of the integer data type category.