Search Results

0
votes

Performance hit using ‘ where id IN [table] ‘ with only 1 row in [table]?

As rde6173 says, perform a COUNT on the temporary table to determine which SELECT query to use. …