aggregate

  1. rgarnett1955

    Android Question SqLite create_aggregate function

    Hi All The other day I wrote a query for sqLite to return the standard deviation of a column. SELECT STD(colFred), AVG(colFred) FROM tblFredsTable ... Imagine my disappointment when I found that sqLite doesn't provide standard deviation or variance aggregate functions. All of the other...
Top