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:58:10
 
 
To
07/02/2005 13:53:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00984504
Message ID:
00984505
Views:
17
>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

Rich,

Try
select max(MAX(Num1, Num2, Num3)) from table ...
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform