We got table with different products when it is displayed on webpage I want to display lowest price first but not <> 0 and joint to price = 0 and then
join to maximum price with ASC order. I tried to do it with lots of queries.But is it possible to do in one query?
We got table with different products when it is displayed on webpage I want
Share
for get lowest price you can use this,
Record is for the lowest, for the highest price, change “ASC” to “DESC”