Jens Alfke, on Friday, September 13, 2019 12:38 PM, wrote...

> (a) Execute "SELECT … FROM table WHERE key=?", once for each key.
> (b) Execute "SELECT key, … FROM table WHERE key IN (…)", including all of the 
> key strings.

I have found that the ... IN ... has provided a much faster result than the 
previous one.  But, that is in my case.

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

Reply via email to