customer:
id, prename, lastname
Ich vergaß Customer zu erwähnen.
ad_small hat ein Feld cid (= customer.id). Vom jeweiligen customer sollen auch alle Inhalte/Daten den Abruf 'joinen'.
SELECT *
FROM ad_small
INNER JOIN customer
ON customer.id = ad_small.cid AND ad_small.issue='0408'
ORDER BY ad_small.time
DESC
Das hat bisher mein Ergebnis ausgeführt, allerdings ohne die JOINs von bill_part.