Viewing 5 posts - 1 through 5 (of 5 total)
sistemas 95572 (1/29/2010)
* the inner select returns a reasonable amount of rows - so it fits in memory
shouldn't the IN statement be better since the inner query executes...
January 29, 2010 at 9:02 am
mike.anderson 52709 (1/28/2010)
CirquedeSQLeil (1/28/2010)
mike.anderson 52709 (1/28/2010)
mark.ross (1/28/2010)
January 28, 2010 at 11:32 am
Because the 'IN' clause, when run against a large number of rows could, potentially, return a large number of values to check against, whereas the 'EXISTS' clause should still only...
January 28, 2010 at 10:39 am
Here's an alert for this. Some folks, myself included, have been getting an 'interesting' display of answers to choose from.
I was shown 3 radio buttons arranged vertically. The...
January 28, 2010 at 8:35 am
If you think of it sort of as a number line, the name "Christopher" would occupy spots 1 thru 11 of the line. The expression is askiing you to...
November 3, 2009 at 10:00 am
Viewing 5 posts - 1 through 5 (of 5 total)