AVERAGE(C6{C6<>0})
SELECT SUM(value) / COUNT(value) FROM table WHERE value > 0;
AVERAGE(greparray(split("0,3,2,0,0,5",","),abs(item) != 0))