hive 经常使用语句汇总

hive的经常使用语句及UDF     基本语句         -》 字段的查询         -》 where、limit、distince         -》查询部门编号是30的员工        sql select empno,ename,deptno from emp where deptno='30'  -》查看前3条记录函数 select * from emp limit 3;
相关文章
相关标签/搜索