Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with this syntax?
Message
From
24/08/2007 09:15:00
 
 
To
24/08/2007 09:05:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01250167
Message ID:
01250173
Views:
13
>Hi All:
>
>Can you help me with this code? What's wrong with this syntax?
>
>
>SET STRICTDATE TO 0
>
>SELECT MAX(flocknum) FROM ;
>(SELECT SUBSTR(fm_flcode,5,4) flocknum ;
>FROM flckmast ;
>WHERE fm_hatched <= {4/1/07} ;
>AND fm_hatched >= {3/1/07} ;
>) ;
>INTO CURSOR test
>
>

You need to give the derived table a local alias. That is, provide a name for it after the closing paren.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform