A
Anonymous
Guest
Is there a function or something that returns all the numerical values in a column of a mysql table as an array?
What i want to determine is the highest value in column, which I know i can do with the max() function if I can get the values into an array...
There are plenty of functions for returning a row, but i cant find any for a column..
help???!!!!
TIA
What i want to determine is the highest value in column, which I know i can do with the max() function if I can get the values into an array...
There are plenty of functions for returning a row, but i cant find any for a column..
help???!!!!
TIA