Hi,
I've a problem as follow:
I have a table where one record represent a person, including his height.
I'd like to know how many person have more than 150 cm, more than 160 cm
and so on.
How can I do that using SQL?
Example:
people > 150 - 1000 > 160 - 850 > 170 - 500 > 180 - 200 > 190 - 30
thanks in advance