Hi,
I'm having a lot of troubles writing a stored procedure.
I have buyers and those buyers buy a product. A product has a standard price, but the user can sell to a buyer at a price wich is not equal to the original price.
In my query I want to have 1 record for each article, with the price. if the price for each buyer is the same, I want to see the standard price,otherwise I want to see in my record a null value for the price.
could anyone help me with this difficult issue?
Björn X-)
I'm having a lot of troubles writing a stored procedure.
I have buyers and those buyers buy a product. A product has a standard price, but the user can sell to a buyer at a price wich is not equal to the original price.
In my query I want to have 1 record for each article, with the price. if the price for each buyer is the same, I want to see the standard price,otherwise I want to see in my record a null value for the price.
could anyone help me with this difficult issue?
Björn X-)