Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL question
Message
From
15/02/2017 10:05:59
Thomas Ganss (Online)
Main Trend
Frankfurt, Germany
 
 
To
14/02/2017 13:48:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01647876
Message ID:
01647982
Views:
68
Do you happen to know in which SQL (as in 92,99,2003) this is defined and which vendors support it ?

>>Yes, the "null" method blew my mind when I first encountered it (in an example much more complex, using a join Select). Using it has trimmed 80% off the SQL times (against SQL Server 2014) in our large queries, compared to IN SELECT. SQL Server, for one, produces the same Query Plan for EXISTS and IN SELECT, in case anyone is wondering.
>>
>
>In SQL Server, why wouldn't you use the EXCEPT keyword?
>
>
>SELECT iID FROM Table2
>EXCEPT
>SELECT iID FROM Table1
>
>
>http://www.tomorrowssolutionsllc.com/Articles/Combining%20Query%20Results.pdf
>
>Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform