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