Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select
Message
From
30/11/2010 15:59:42
 
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:
01491187
Views:
35
sorry for that, but still
File "name" is too large (Error 1190)
>You're missing FROM , e.g.
>
>select Numbers.Number, X.* from Numbers ;
>INNER JOIN (...) X ;
>ON ...
>
>>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.* FROM Numbers 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