Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP MAX() equivalent in SQL
Message
De
22/09/2010 15:25:30
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
VFP MAX() equivalent in SQL
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01482345
Message ID:
01482345
Vues:
132
I have a SQL table with dates in 3 columns. I'm writing a query and I want to get the earliest date from the 3 columns as 'StartDate', and the latest of the dates in the 3 columns as 'EndDate'.

Is there the SQL equivalent to the VFP Min() and MAX() function?

Example:

select min(DateCol1, DateCol2, DateCol3) as StartDate, max(DateCol1, DateCol2, DateCol3) as EndDate from ...

I've been looking, but can't find anything.

Thanks,
Larry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform