Hadoop DP Notes
Home
Contact Us
Search
MAX
This will give the maximum of the values of the specified column.
Syntax: max (
column
)
Ex:
SQL>
select max(sal) from emp;
MAX(SAL)
----------
5000
Newer Post
Older Post
Home
What are the main components of Mapreduce Job ?
Main driver class which provides job configuration parameters. Mapper class which must extend org.apache.hadoop.mapredu...
TO_CHAR
This will be used to extract various date formats. The available date formats as follows. Syntax: to_char ( date , fo...