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