Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query is not saved
Message
From
29/04/1998 18:38:07
Thomas Ianuzzi
Information Security Consultants, Inc.
Florida, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Query is not saved
Miscellaneous
Thread ID:
00095826
Message ID:
00095826
Views:
55
I have produced a query which relates two tables, aircraft and pilots.
In some cases there are no pilots who meet the condition PILOTS.PI_SEQ_NO=POLCOUNT. When this happens nothing is stored in the resultant cursor. Here is the query

SELECT *;
FROM RFQCURSOR LEFT OUTER JOIN YELLOW1!PILOTS;
ON RFQCURSOR.NNUMBER_A=PILOTS.NNUMBER;
WHERE PILOTS.PI_SEQ_NO=POLCOUNT;
INTO CURSOR RFQCURSOR NOFILTER

If there are no pilots I would like the query to keep the old contents of rfqcursor, Anyone have any ideas how to proceed.
Next
Reply
Map
View

Click here to load this message in the networking platform