Being pretty new to mysql, I want to see how this query can be accomplished..
What I want to do is take say one field with 50 records in it..
I want to select the max # (say 150) and then take the min # (say 75)
And when you run a query I want it to take both these figures and then display the difference (75)
Is this possible and if so, is there some documentation on the net that would discuss a query of this type, putting it all together..
thanks
Scott