SQLite Forum

request on 5 tables
Login
hi i use sqlite
i try to know if hours/ID/place1 are on the 5 tables.

I have a godd result for 2 tables but not for 5.
SELECT hours, ID, place1,
FROM table2
INNER JOIN table 1 ON table2.id = table1.id

I m a beginner in sqlite and i use dbbrowser for sqlite