mercredi 20 mai 2015

SQLite - How to get query's result depending linked tables?

I've the following tables :

place_table

id | name


spot_table

id | name | place_id

I want to get all the places which has at least one spot.

How is it possible to do this with an SQLite query ? (I'm working on an Android project)

Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire