Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
MAX function
Last modified: Wednesday, October 10, 2007
In SQL, MAX is a clause to determine maximum value of the
select statement. The MAX function returns the maximum value of an
expression.
Developer.com Contains resources, tools, articles, discussion areas, and events of interest to Internet/intranet developers. Directories include: ActiveX, Java, JavaBeans, JavaScript, Microsoft and .NET, open source and VRML.
Tech on the Net - MAX function In this example, we've aliased the max(salary) field as "Highest salary". As a result, "Highest salary" will display as the field name when the result set is returned.