Aggregate Function MIN(expression)



In this, there is MIN(column) function, which returns the smallest value of the selected column.

Query

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

Result

EXPR$0
45
apache_drill_query_using_json.htm
Advertisements