Is there any way out to achieve
"SELECT * FROM tblname
WHERE name LIKE '%[0-9]%' "
i know we can't do this with sqlite~
but how to deal with such query task with sqlite???
i tried to use REGEXP ~but unluckily it is not pre-defined~
so i tried to define it by myself...but even i couldn't find a way in
android to create a UserDefinedFunction...
thx~

