How would I return the largest value of a few numbers?
I have categroies, subcategories and product IDs. I want to look up the Category and subcategory of the current product and then return the largest prod ID under those two.
Would I use max for this? It didn't seem like that would do the job.
I have categroies, subcategories and product IDs. I want to look up the Category and subcategory of the current product and then return the largest prod ID under those two.
Would I use max for this? It didn't seem like that would do the job.