In sqlite operator [] does not exist for a statement.
For instance,
select * from user where name LIKE '%[abch]%';
this work is all the rest sqlserver , oracle , but not in sqlite .
Does anyone know an alternative in sqlite for this?
I am working with android.
I think I cannot use regexp because I use android .
source share