G
Guest
Can someone please tell me how to do the following:
E.G. field1 = RecipeName; field2 = RecipeVersion
E.G. field1 = Bamboo 10 M1; field 2 = 1
E.G. field1 = Bamboo 10 M1; field 2 = 2
How do I extract all records where RecipeVersion = maximum per field 1? The
maximum version number per recipe is different, so I can't just extract all
recipes where the version number = a certain number. It has to be the maximum
number for that specific recipe name.
Thx in advance...
E.G. field1 = RecipeName; field2 = RecipeVersion
E.G. field1 = Bamboo 10 M1; field 2 = 1
E.G. field1 = Bamboo 10 M1; field 2 = 2
How do I extract all records where RecipeVersion = maximum per field 1? The
maximum version number per recipe is different, so I can't just extract all
recipes where the version number = a certain number. It has to be the maximum
number for that specific recipe name.
Thx in advance...