Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Fulltext to search for numeric values

$
0
0

Hello,

I'm trying to utilize full text indexing to speed up a function.  Right now I have a condition that looks like this:

WHERE Subject like '%E[0-9][0-9][0-9][0-9][0-9][0-9]%'

Ultimately


Viewing all articles
Browse latest Browse all 3145

Trending Articles