Viewing 9 posts - 31 through 39 (of 39 total)
RBarry,
I believe I solved the problem but I don’t know why it works. It appears that the order of calculations has an effect. In the anchor part of...
April 16, 2009 at 9:33 pm
That is my only error. I will try to simplify the query so that it is easier for you to see what I'm trying to achieve.
I am uploading a...
April 16, 2009 at 5:12 pm
Hi RBarry,
Thanks for your reply. I tried what you are suggesting and the quantities at the end of the tree were too low. The tree can be 20+...
April 16, 2009 at 4:48 pm
Below is the error message I get when I try to do the multiplication:
Types don't match between the anchor and the recursive part in column "Qty" of recursive query "BOMCTE".
April 16, 2009 at 1:33 pm
GSquared,
Thanks! I'll give that a try in one of the databases I'm working with and let you know.
Mike
April 18, 2008 at 1:16 pm
GSquared (4/18/2008)
MikeAngelastro (3/13/2008)
April 18, 2008 at 10:39 am
I was able to solve the many-to-many situation typically found in a product tree by using a recursive cursor in a stored procedure continuously adding to a temp table until...
March 13, 2008 at 12:03 pm
Nice explanation.
Assuming that a query is correctly structured, what in the data will cause extra rows in the query result. Does the recursion assume that each child...
December 6, 2007 at 5:36 pm
Viewing 9 posts - 31 through 39 (of 39 total)