Posts by Douglas Jacques de Oliveira • 1 point
1 post
- 
		0 votes1 answer106 viewsA: Recursive query to find the Parent itemIf the table is itself’s daughter (FK for the same table), just try to perform a subselect by taking the description field, referencing the subselect table’s PK with the parent table’s FK field.…