Snippet Name: Select minimum value Description: Selects the minimum value of the field in the brackets. Comment: (none) Author: CoderZone Language: MYSQL Highlight Mode: MYSQL Last Modified: March 01st, 2009
Description: Selects the minimum value of the field in the brackets.
SELECT MIN(`user_hits`) as `uhits` FROM `users`