Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
T-SQL equivalent to VFP MAX()
Message
 
 
To
27/05/2015 10:06:31
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2014
Application:
Web
Miscellaneous
Thread ID:
01620217
Message ID:
01620248
Views:
42
This is like when you type an SMS (in iPhone) and it changes the words according to some "logic" :)

>That was meant as
>
>SELECT IIF(Col1 > 0,Col1,0) AS X FROM test_max HAVING X > 0
>
>I used S P 1 in my first post. This is my shortcut for Spalte1 (Column1). It was change by UT to Service Pack 1. Funny!
>
>
>>Yes, this should work in VFP. Thank you.
>>
>>>Maybe something like
>>>
>>>SELECT IIF(SP1 > 0,SP1,0) AS X FROM test_max HAVING X > 0
>>>
>>>HTH
>>>Gerhard
>>>
>>>>Thank you.
>>>>
>>>>>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
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform