Aggregate Function MAX(expression)



The following program shows the query for this function −

Query

0: jdbc:drill:zk = local> select max(mark2) from dfs.`/Users/../workspace/Drill-samples/student_list.json`;

Result

EXPR$0
95
Max of mark2 column is 95
apache_drill_query_using_json.htm
Advertisements