On 10/10/2014 2:20 PM, Krzysztof wrote:
I'm collecting file names (full paths) in sqlite table. Each day I
need to remove non existing files from this table (thousands records).
I'm wondering if SQLite
has such function (could not find it in core functions).

SQLite doesn't have such a function - but it provides a way for you to create your own custom functions. So you can write one.
--
Igor Tandetnik

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

Reply via email to