oracle函数 MAX([distinct|all]x)

【功能】统计数据表选中行x列的最大值。html   【参数】all表示对全部的值求最大值,distinct只对不一样的值求最大值,默认为allpost 若是有参数distinct或all,需有空格与x(列)隔开。htm   【参数】x,可为数字、字符或日期型字段blog   【返回】对应x字段类型it   【示例】table 环境:class create table table3(xm varc
相关文章
相关标签/搜索