Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Last row
Message
De
13/09/2000 09:59:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Divers
Thread ID:
00415642
Message ID:
00415782
Vues:
20
>Is there a command in SQL 7 that is comparable to go bottom? I looked at fetch, but couldn't seem to get it to give me what I wanted.
>
>TIA

If you just want the last record possibly returned by a SELECT statement, you could try
SELECT TOP 1 field1, field2 ;
  FROM table ;
  WHERE search_criteria = 1 ;
  ORDER BY field1 DESC
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform