1 select count
(f1
) from nonExistTab
:
2 Statement prepare failed with error
-5
3 select count
(f1
) from t1
:
4 ---------------------------------------------------------
6 ---------------------------------------------------------
9 select sum(f1
) from t1
:
10 ---------------------------------------------------------
12 ---------------------------------------------------------
15 select avg
(f1
) from t1
:
16 ---------------------------------------------------------
18 ---------------------------------------------------------
21 select min
(f1
) from t1
:
22 ---------------------------------------------------------
24 ---------------------------------------------------------
27 select max
(f1
) from t1
:
28 ---------------------------------------------------------
30 ---------------------------------------------------------