I have a field in a DB that contains something like "lvlscore4:4493,lvlscore5:3232,lvlscore6:6128" I need to select all records where the "lvlscore5:" is greater than 3000. I think this can be done using REGEXP but I have read the docs and am non the wiser for it. Can anyone point me in the right direction? -- Thanks David Scott
- A use for REGEXP, I think. David Scott
- Re: A use for REGEXP, I think. Michael Dykman
- Re: A use for REGEXP, I think. Rob Wultsch
- Re: A use for REGEXP, I think. Rob Wultsch
- Re: A use for REGEXP, I think. David Scott
- Re: A use for REGEXP, I think. Rob Wultsch