To to get columns that begin with a number range or any number, I would use
in SQL server:

SELECT * FROM mytable WHERE myfield LIKE '[0-9]%'

This obviously doesn't work in sqlite and I have been searching for an
equivalence.
-- 
View this message in context: 
http://old.nabble.com/Searching-for-a-LIKE-%27-0-9--%27-equivalence-in-sqlite-tp27412013p27412013.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to