On Fri, Jul 16, 2010 at 9:13 AM, Jim Wilcoxson <[email protected]> wrote:
> On Fri, Jul 16, 2010 at 6:01 AM, Max Vlasov <[email protected]> wrote: > >> Hi, >> >> always wanted to have a possibility to calculate how much a table >> occupies. >> As long as I see from the archive, there's no out-of-the-box solution >> (CMIIW) >> >> > You mean, like this? > > pragma page_count > pragma page_size > size = page_count*page_size > > Doh. Nevermind. I see you said table, not database. :) JIm _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

