Re: Duplicate detection - "Hash for Duplicates" - does it do anything ?



Lorenzo,

Does this tell you anything?

sqlite> select count(*) from photos where md5_sum = null;
0
sqlite> select count(*) from photos where md5_sum = '';
174
sqlite> select count(*) from photos where md5_sum != '';
105



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]