N
nankerp
To get the lowest value is by using SELECT MIN(Sale) AS Low From
tblSale. But how do I get the second lowest. Are there any function to
choose nr 2 or 3 from bottom?
Helge
tblSale. But how do I get the second lowest. Are there any function to
choose nr 2 or 3 from bottom?
Helge