Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: PATINDEX PROBLEM

    GSquared (4/7/2009)


    I don't think patindex can do that one for you.

    You could throw a multi-character wildcard in there, after the first number and before the "mm", but that might get...

  • RE: PATINDEX PROBLEM

    Sergiy (4/7/2009)


    Using of 1st Normal Form would help a lot here.

    External data - I get the fun job of normalizing it :w00t:

  • RE: PATINDEX PROBLEM

    Nevermind...

    select patindex('% [0-9][0-9][0-9]mm%', 'RockShox Tora SL Le Femme, 100mm-travel w/lockout')

    :ermm:

    Is there any way to check for a numeric value, no matter how many digits it has?

Viewing 3 posts - 1 through 4 (of 4 total)