暂时无题

还没想到

文章分类 -  数据库

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 张少峰 阅读(1410) 评论(0) 推荐(0)

导航