SQL Min() Function
The MIN function is use to return the smallest value of the selected column. MIN can be use only in numeric column.
As with other function, you can also give an Alias to the MIN function.
SQL MIN() Syntax
- Read more about SQL Min() Function
- Log in or register to post comments
- 53 views