Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select
Message
From
30/11/2010 15:47:41
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Select
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01491165
Message ID:
01491185
Views:
35
thank you,
error message Command contains unrecognized phrase/keyword

at first line
select Numbers.Number, X.* INNER JOIN (SELECT TAlias1.no,TAlias1.column3,TAlias1.sum1,TAlias1.total,TAlias2.ncount;
FROM a1 TAlias1 INNER JOIN mas TAlias2 ;
ON TAlias1.column3= TAlias2.column3) X ;
ON X.nCount >= Numbers.Number

Command contains unrecognized phrase/keyword
>>thank you fro reply,
>>i do it, it is slow and message no space at c: but i have space at c:\
>>
>
>Try
>
>select Numbers.Number, X.* INNER JOIN (SELECT  TAlias1.no,TAlias1.column3,TAlias1.sum1,TAlias1.total,TAlias2.ncount;
>              FROM a1 TAlias1 INNER JOIN mas TAlias2       ON TAlias1.column3= TAlias2.column3) X 
>ON X.nCount >= Numbers.Number
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform