码迷,mamicode.com
首页 > 数据库 > 详细

hive 中与mysql 中函数同名不同意的方法记录

时间:2017-08-05 21:12:17      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:reg   double   gem   nbsp   function   UI   记录   values   his   

max 函数 在hive中max函数是一个聚合函数,所以,而且返回值是double ,而且后面必须跟group by ,这个和mysql差异很大

Built-in Aggregate Functions (UDAF)

DOUBLE
max(col)
Returns the maximum value of the column in the group.

mysql 中

Returns the maximum value of expr. MAX() may take a string argument; in
such cases, it returns the maximum string value. See
http://dev.mysql.com/doc/refman/5.1/en/mysql-indexes.html. The DISTINCT
keyword can be used to find the maximum of the distinct values of expr,
however, this produces the same result as omitting DISTINCT.

MAX() returns NULL if there were no matching rows.

 

hive 中与mysql 中函数同名不同意的方法记录

标签:reg   double   gem   nbsp   function   UI   记录   values   his   

原文地址:http://www.cnblogs.com/rocky-AGE-24/p/7291358.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!