Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT SQL with SKIP
Message
 
 
À
23/06/2004 07:12:45
Ignacio Amoros
Juguetes Pastor, S.L.
Altea, Espagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00916329
Message ID:
00916336
Vues:
12
Try
SELECT TOP 40 * ;
  FROM datos ;
  ORDER BY 1 ;
  INTO CURSOR crsTemp NOFILTER
SELECT * ;
  FROM crsTemp ;
  WHERE RECNO() > 30
>Hi all!
>
>I've the next problem:
>
>I need to do a query as this:
>
>SELECT TOP 10 SKIP 30 * FROM datos ORDER BY 1
>
>In other words
>
>I choose the first 10 records but the group must be init at record 31.
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform