Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select 1000 numbers that meet ...
Message
 
 
À
27/07/2003 18:27:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00813951
Message ID:
00813954
Vues:
7
Would this work for you?
SELECT * ;
  FROM mytable ;
  WHERE < SomeConditions > ;
  INTO CURSOR crsResult
>Hi all
>I have a range of some id numbers from 100001 to 200000 and I want to select from mutable more the 1000 records in row that meet a certain condition
> how to I do this
>
>thanx
>
>bill
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform