Forums

ASP

This topic is locked

problem with group disscounts

Posted 09 Sep 2002 10:30:17
1
has voted
09 Sep 2002 10:30:17 Leon Radley posted:
I have a page where all the products get drawn from the database the sql query looks like this

SELECT *
FROM ProductsQRY
WHERE ProdPriceGRP = 'User' AND Type = 1 AND ProdMenu = 'Menu' AND ProdQuantity = 0

the problem is that i now want to repeat the same record over and again but into columns where the Prodquantity doesn't equal 0 so I get all of the quantity disscounts showing,

how should I do this?

// Leon

Reply to this topic