View Single Post
  #1  
Old September 13th, 2005, 04:20 PM
TomHinkle
external usenet poster
 
Posts: n/a
Default Query performance

Can Anybody tell me what performs better in a where clause looking for
several text strings:

Method 1:
Like "Example_A" or like "Example_B"

Method 2:
In ("Example_A","Example_B")