Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong with this SQL?
Message
De
05/04/2005 10:37:05
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01001492
Message ID:
01001496
Vues:
14
What if you use this SQL:
SELECT *;
   FROM Property1 B;
   INNER JOIN TTicklers ON TTicklers.Key = B.Key;
   GROUP BY B.Key;
   INTO TABLE (Exp_Prop);
   ORDER BY B.Key
>VFP 6.0. I get the error on the FROM. Can you not b.*?
>
>select b.*
> from tticklers a, property1 b ;
> where (b.key = a.key) ;
> into table (exp_prop);
> group by b.key ;
> order by b.key
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform