On Mar 18, 2014, at 2:46 AM, Stefan Keller <sfkel...@gmail.com> wrote:

> Any suggestions on how to query this most efficiently (like [select
> value from "some_key"])?

As mentioned, turn this construct into a regular relational table structure.

If, for some reasons, you cannot even accomplish first normal form [1], i.e. 
one and only one value per column, well, then, maybe, a relational database is 
not the right tool for the task at hand.

[1] http://en.wikipedia.org/wiki/First_normal_form

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to