T
TomHinkle
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")
several text strings:
Method 1:
Like "Example_A" or like "Example_B"
Method 2:
In ("Example_A","Example_B")