Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
T-SQL equivalent to VFP MAX()
Message
De
27/05/2015 09:57:11
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2014
Application:
Web
Divers
Thread ID:
01620217
Message ID:
01620244
Vues:
46
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
Gerhard Schmidbauer
URANUS Software GmbH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform