Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Min() in one statment
Message
 
 
À
11/07/2002 14:45:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00677687
Message ID:
00677711
Vues:
19
>hi all
>
>how can i get in one statment all the fileds from a table where min(field1)
>
>thanx

Try
 SELECT * FROM mytable ;
  WHERE field1 IN ( SELECT MIN(field1) FROM mytable)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform