I've the following tables :
place_table id | name
place_table
id | name
spot_table id | name | place_id
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