Answer the question
In order to leave comments, you need to log in
How to select records from multiple sqlite tables?
How to select records from multiple sqlite tables?
Answer the question
In order to leave comments, you need to log in
And what exactly are the difficulties?
Regular SQL queries like:
SELECT t1.field1, t2.field2 FROM first_table AS t1 LEFT JOIN second_table AS t2 ON t1.some_field=t2.some_field
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question