Posts by walpa • 21 points
1 post
-
2
votes0
answers83
viewsQ: Sqlite recursive query
I’m starting with sqlite and would like help with a recursive query. I have 3 tables (generic example): CREATE TABLE IF NOT EXISTS tab_componente ( id_comp TEXT NOT NULL PRIMARY KEY, desc_comp TEXT…