On 19 Feb 2013, at 1:37pm, Frank Chang <[email protected]> wrote:
> Would anyone know how to use Sqlite to calculate the streakedness of data? Yes, technically it might be possible to do this as a collection of SQL statements and table updates, but it would be extremely inefficient. SQLite is a database management system. To do a calculation, either do it in your programming language or implement a SQLite extension which does it. At some point you're actually going to have to learn how to write software. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

