thewaterguy
Technical User
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
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