How can I omit Zeros in my data?
For example using the MIN function? I would like the Minimum value except a 0...
How can I get the next largest?
MIN(availables.price)
Also is there a generally way to skip over 0s in the same way if I'm using the AVG function? The problem is the table I've inherited doesn't use NULL values but has 0.00 for all financial data.
Thanks,