0

Any way to use WHERE/LIKE in a SQLite query to find strings containing a bunch of numbers in a row?

I.e., the equivalent of REGEX \d{10,30}

(My implementation of sqlite does NOT support REGEXP.)

Dan
  • 1,257
  • 2
  • 15
  • 31
  • http://stackoverflow.com/questions/5071601/how-do-i-use-regex-in-a-sqlite-query – juergen d Oct 08 '14 at 17:49
  • I tried that but got `Error: no such function: regexp` ... I'm on OSX, apparently this sqlite does not support that. – Dan Oct 08 '14 at 17:54

0 Answers0