J
J
JohnStaar2016-04-23 18:19:30
Python
JohnStaar, 2016-04-23 18:19:30

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

2 answer(s)
V
Vladimir Kuts, 2016-04-23
@fox_12

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

D
Dmitry, 2016-04-23
@kashamalasha

Everything works except:
Both tasks are solved through LEFT OUTER JOIN if necessary.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question