Hi,
I need to get output like total-count-of-records-InTable, count(max(date)) using Hive.
Where count(max(date)) ----> gives the count of records loaded from last run. Each record has current-run-date column.
I know to get both separately, but not sure to get the output together...
Could anyone help me on this...
Appreciate your help..
Thanks,
Jee