Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with this syntax?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01250167
Message ID:
01250171
Views:
18
>Hi All:
>
>Can you help me with this code? What's wrong with this syntax?
>
>
>SET STRICTDATE TO 0
>

You're missing "AS" before flocknum.


SELECT MAX(flocknum) FROM ;
(SELECT SUBSTR(fm_flcode,5,4) AS flocknum ;
FROM flckmast ;
WHERE fm_hatched <= {4/1/07} ;
AND fm_hatched >= {3/1/07} ;
) ;
INTO CURSOR test
>
>Thanks,
>
>Yossi
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform