Does anyone have experience with SQLite, and how to query more lists on top of each other?
I have an example with a poll feature. I query the poll information, then the query options, and then based on the option i query the users who voted for that.
However, it doesnt seem to work, cause i just get a red box error:
This happens on all of the places where i would need to query list on lists. Is there a better way to do it? or something else im not getting?