COUNT(*) Returns the number of selected rows SUM(column) Returns the total sum of a column
dbi_query(dbc,"SELECT 1,2,SUM(1),SUM(2),COUNT(*) FROM zbktb")