aditya siram <[email protected]> wrote: > Is there any way to pass named parameter into a glob pattern, for > instance: > >> SELECT name from name where name glob "*$name*"
SELECT name from name where name glob '*' || $name || '*'; Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

