SleePyCode Forums

Special Site & Other Boards => PasteBin => Topic started by: Guest on Feb 19, 2008, 06:10 AM

Title: Paste-1203401409:v:use_geshi-1:v:type-php
Post by: Guest on Feb 19, 2008, 06:10 AM
SELECT
a.id_folder, a.filename, a.attachment_type, a.id_attach, a.id_member, a.id_msg,
thumb.id_folder AS thumb_folder, IFNULL(thumb.id_attach, 0) AS id_thumb, thumb.filename AS thumb_filename, thumb_parent.id_attach AS id_parent
FROM smf_attachments AS a
LEFT JOIN smf_attachments AS thumb ON (thumb.id_attach = a.id_thumb)
LEFT JOIN smf_attachments AS thumb_parent ON (a.attachment_type = 3 AND thumb_parent.id_thumb = a.id_attach)
WHERE a.id_member IN (1)