Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in SQL Union
Message
 
 
To
28/02/2007 23:42:46
Neil Mc Donald
Cencom Systems P/L
The Sun, Australia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01199863
Message ID:
01199918
Views:
32
You're welcome.

>Hi Sergey,
>Thanks, it was the cursor name of "a", when I changed it to nomaster the problem stopped.
>I will try the other things later.
>
>Have a good day.
>
>>1. There's no need to include DISTINCT because UNION does implicit DISTINCT on the result set
>>2. For EXISTS type subqueries there's no reason to use anything but '*' in the field list because they don't return any record set
>>3. The 'a' is not a good name for a cursor because it conflicts with the default name for the first workarea.
>>
>>SELECT table1.f1 FROM table1 ;
>>  WHERE NOT exist ;
>>    (SELECT * FROM table3 WHERE table3.f1 = table1.f1) ;
>>UNION ;
>>SELECT table2.f1 FROM table2 ;
>>  WHERE NOT exist ;
>>    (SELECT * FROM table3 WHERE table3.f1 = table2.f1) ;
>>INTO CURSOR crsResult NOFILTER
>>
>>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform