Output
QUERY PLAN
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Sort
Output: deptno, (count(*)), (sum(sal)), (max(sal)), (min(sal)), (avg(sal))
Sort Key: emp.deptno
-> Foreign Scan
Output: deptno, (count(*)), (sum(sal)), (max(sal)), (min(sal)), (avg(sal))
Relations: Aggregate on (k_test.emp)
Remote SQL: SELECT , count(*), sum(), max(), min(), avg() FROM . WHERE ( IN (10,20)) GROUP BY
(7 rows)