Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxPro Equivalent Min Function
Message
 
 
To
26/01/2005 18:08:51
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00981004
Message ID:
00981052
Views:
34
This message has been marked as the solution to the initial question of the thread.
T-SQL has MIN() aggregate function. I guess you're refering to another one MIN(a,b) which can be replaced with CASE function.
CASE WHEN @a < @b THEN @a ELSE @b END
>Is there an equivalent function in SQL that works the same as the FoxPro Min function?
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform