Hi
If a run a query like "SELECT revision FROM table WHERE unitno = 'unitno'", how do I return each of the values into an array?
Also, once the values are in an array, I want to get the max value. Am I right in thinking I do this by MAX(revision)?
Cheers, Jo