Thanks for the response Mike. I was more interested in finding examples that show the proper syntax for writing queries using embedded select statements in VFP 8. The example I threw out was more of what I meant by an embedded select statement and a test to see if I could get any results out...
Could someone direct me to site where I can find the proper syntax for creating advance queries with VFP 8.0
I'm trying a simple embedded SELECT statement and can't seem to get it to work.
i.e.
SELECT newfield*3 AS f_Flow FROM (Select flow as newfield FROM plant) INTO CURSOR csrTest
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.