MIN (SQL Server Compact Edition)
Returns the minimum value in the expression.
- ALL
-
Applies the aggregate function to all values. ALL is the default.
- expression
-
A constant, column name, or function, and any combination of arithmetic, bitwise, and string operators. MIN can be used with numeric, nchar, nvarchar, or datetime columns but not with bit columns. Aggregate functions and subqueries are not permitted.

