Stefan Arentz wrote:
> Is it possible to get the size of a table without running a count(*)
> query on it? Even an approximated size would be good for me.
> PostgreSQL has this value in a system table. Does SQLite have
> something similar?

What wrong with running SELECT count(*) it should be very fast.

-- 
Scott Baker - Canby Telcom
RHCE - System Administrator - 503.266.8253
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to