SQLite3 and lastrowid

Wolfgang Rohdewald wolfgang at rohdewald.de
Fri Nov 19 07:03:14 EST 2010


On Freitag 19 November 2010, Alexander Gattin wrote:
> It's better to select count(1) instead of
> count(*). The latter may skip rows consisting
> entirely of NULLs IIRC.

in some data bases count(1) is said to be faster
than count(*), I believe

-- 
Wolfgang



More information about the Python-list mailing list