Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxPro Equivalent Min Function
Message
 
 
À
26/01/2005 18:08:51
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00981004
Message ID:
00981052
Vues:
31
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform