The Table is named ItemTable. The columns are "key" and "value".
Row: "feeds" has the following information:
[{"title":"Maddow Blog","url":"]
What I'm trying to do is construct a query that either gets me to:
Title URL Max Items Order
Maddow Blog 100 1
All Things Considered 100 2
or
URL
Either would work for me.
I'm new to SQL programming. Currently using Firefox Sqlite Manager addon.
Best I can figure, it's an array, but, beyond that to structuring the appropriate query - I'm just guessing, and nothing's working.
Anyone?
Thanx
Row: "feeds" has the following information:
[{"title":"Maddow Blog","url":"]
What I'm trying to do is construct a query that either gets me to:
Title URL Max Items Order
Maddow Blog 100 1
All Things Considered 100 2
or
URL
Either would work for me.
I'm new to SQL programming. Currently using Firefox Sqlite Manager addon.
Best I can figure, it's an array, but, beyond that to structuring the appropriate query - I'm just guessing, and nothing's working.
Anyone?
Thanx