Jul 31, 2006 #1 webslinga Programmer Jun 20, 2006 55 US Hello all, I would like to know if there is a way to retrieve the largest number in a group of records using a MySQL built-in function. Thank you.
Hello all, I would like to know if there is a way to retrieve the largest number in a group of records using a MySQL built-in function. Thank you.
Jul 31, 2006 #2 cLFlaVA Programmer Jun 14, 2004 6,450 US the max function. Code: select max( col_name ) from table_name; *cLFlaVA ---------------------------- [tt]somebody set up us the bomb![/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url] Upvote 0 Downvote
the max function. Code: select max( col_name ) from table_name; *cLFlaVA ---------------------------- [tt]somebody set up us the bomb![/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url]