SQL 的MAX函数
摘要:The MAX function returns the highest value in a column. NULL values are not included in the calculation. 使用MAX函数可以将一列中的最大值返回出来。NULL值不包括在内。 语法 SELECT MAX(column)...
阅读全文
posted @ 2008-01-25 10:04
还没想到
posted @ 2008-01-25 10:04