Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Increment Field
Message
 
 
To
11/04/2008 15:44:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01309981
Message ID:
01310057
Views:
27
>This code give a syntax error:
CREATE CURSOR curtest (test1 I, test2 I)
>*-- Add rows here
>select test1, test2, recno() from (select test1, test2 from curtest)
>>It gives 'syntax error' in VFP9.
>>
>>Can you put your exact sample here please?

You're missins a name for derived table which is required
select test1, test2, recno() from (select test1, test2 from curtest) DeravedTableName
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform