Xuanvinh Vu <[EMAIL PROTECTED]> wrote:
> I have search google but have not found a solution. I have a field
> called Name and I want to select the rows that have Name starts with
> certain string. How could I do this?

select * from tableName where Name LIKE 'xyz%';

Igor Tandetnik 



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

Reply via email to