C
Chris
Is there a function to get the max of different fields for
a record?
For example, a table looks like
ID number1 number2 number3...
1 20 15 13
I need a function to return 20, the largest of 20,15,13.
Thanks for any help.
Chris
a record?
For example, a table looks like
ID number1 number2 number3...
1 20 15 13
I need a function to return 20, the largest of 20,15,13.
Thanks for any help.
Chris