I have a table of historical daily data for a few years, so well over a thousand records and I want to find the maximum value in a given column for all records.
But the MAX function apparently allows only up to 255 values in its range, and I can't find any function that will find the maximum value in a column of over 255 values.
Any solution?
But the MAX function apparently allows only up to 255 values in its range, and I can't find any function that will find the maximum value in a column of over 255 values.
Any solution?