On 30 Jun 2015, at 1:44pm, m.g.001 <m.g.001 at web.de> wrote:

> I tried the following, but it returns different sizes every time. But my
> test data is the same so I think it should have the same size.

What do you mean by "my test data is the same" ?  Are you saying you have a 
table with two rows which have identical values ?  Because SQLite uses 
different storage sizes for different integers.  So, for example, it takes more 
memory to store the number '2' than it does to store the number '1'.

Simon.

Reply via email to