[Digikam-devel] [Bug 96388] show number of images in the album

Gilles Caulier caulier.gilles at gmail.com
Wed Dec 12 05:25:00 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=96388         




------- Additional Comments From caulier.gilles gmail com  2007-12-12 06:24 -------
Thomas,

Do you know the difference between your SQL query :


SELECT ImageTags.tagid, Images.name FROM ImageTags, Images WHERE ImageTags.imageid = Images.id; 

... and Marcel query :

SELECT ImageTags.tagid, Images.name FROM ImageTags LEFT JOIN Images ON ImageTags.imageid=Images.id; 

Thanks in advance...

Gilles



More information about the Digikam-devel mailing list