partial numeric match?
Posted: Thu Apr 05, 2001 8:38 pm
Why would a column full of numbers return hits for matches of parts of the numbers?
TSQL > select groups from article2 where groups like '(50)' ;
groups
------------+
50164 7651
10329 61350 61560 45980 90344
...etc.
The index was created without any addexp's in effect.
TSQL > select groups from article2 where groups like '(50)' ;
groups
------------+
50164 7651
10329 61350 61560 45980 90344
...etc.
The index was created without any addexp's in effect.