iip <[email protected]> wrote:
> As subject, I want to know how search column that contain ascii chr(0)

select * from MyTable where hex(MyField) like '%00%';

-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to