Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL MAX(a,b,c,d) equivalent
Message
From
07/02/2005 13:53:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SQL MAX(a,b,c,d) equivalent
Miscellaneous
Thread ID:
00984504
Message ID:
00984504
Views:
44
I think I should know this but..........

I have a DB2 table with fields Num1, Num2, Num3 (among others)

I need to get the largest of the three numeric fields.

Clearly SELECT MAX(Num1, Num2, Num3) FROM mytable won't work, but it seems as if there ought to be some simple equivalent. I just haven't been able to find it.

Can somebody point me in the right direction?

Thanks.........Rich
Next
Reply
Map
View

Click here to load this message in the networking platform