Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
T-SQL equivalent to VFP MAX()
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2014
Application:
Web
Miscellaneous
Thread ID:
01620217
Message ID:
01620241
Views:
64
You cannot do that in VFP either

>
>When executing SQL Select and you need the resulting value not to be negative, what is the equivalent of VFP MAX() function? For example, if VFP you can do:
>
>Select MAX(Field1,0) from Table
>
>
>Is CASE WHEN the only option in SQL Server, as:
>
>
>select CASE WHEN Field1 < 0 THEN 0 ELSE Field1 END from Table
>
>
>TIA
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform