If I have my data structured like

              Col1
"FooId", "Value1", "Value2", "Value3"

I can do group by (Col1) and show this data on a graph. Imagine Col1 is the
timestamp field, I could split it into hour groups and show rates of
somethings. Like orders per hour rate.


On Thu, Dec 5, 2013 at 4:29 PM, Igor Tandetnik <i...@tandetnik.org> wrote:

> On 12/5/2013 7:16 PM, Hayden Livingston wrote:
>
>> I suppose I should have stated my goal even further. I'm putting them in
>> sql so that I can query it row by row (i.e. operationId by operationId),
>> as
>> opposed to SELECT all operationIds, then foreach operation id select all
>> rows where operationid = ...
>>
>
> Query for what, exactly? Show an example of the kind of data you want to
> get out of that database.
>
> --
> Igor Tandetnik
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to