Re: [sqlite] Would anyone know how to use Sqlite to calculate the streakedness of data? The definition of streakedness is show below. Thank you for your help

2013-02-19 Thread James K. Lowden
On Tue, 19 Feb 2013 05:37:38 -0800 Frank Chang wrote: > Would anyone know how to use Sqlite to calculate the streakedness of > data? The definition of streakedness is show below. Thank you for > your help. > > [EDIT] From our company's chief software architect, here is the > requirement for a st

Re: [sqlite] Would anyone know how to use Sqlite to calculate the streakedness of data? The definition of streakedness is show below. Thank you for your help

2013-02-19 Thread Simon Slavin
On 19 Feb 2013, at 1:37pm, Frank Chang 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 manageme

Re: [sqlite] Would anyone know how to use Sqlite to calculate the streakedness of data? The definition of streakedness is show below. Thank you for your help

2013-02-19 Thread Marc L. Allen
nt. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Frank Chang Sent: Tuesday, February 19, 2013 8:38 AM To: sqlite-users@sqlite.org Subject: [sqlite] Would anyone know how to use Sqlite to calculate the streakedness of data?