Min function but I want to exclude 0
614748Aug 6 2009 — edited Aug 6 2009Is there a way to run the min(column) function in SQL without getting 0 for the minimum value if 0 is the minimum value? Basically I want the next minimum value after 0.
Greatly appreciate any help on this one.