Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong with this SQL?
Message
From
05/04/2005 10:37:05
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01001492
Message ID:
01001496
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform