Posts by Dante • 11 points
1 post
-
0
votes1
answer172
viewsQ: Recursive query does not return records when the parent product and the child product have the same code
I have a table that maps a production line. The fields are: Product: Machine Output Product. Parentproduct: Input Product. Machine: Code of the machine. I’m using CTE s to get the data recursively.…