Hello again,
than you need an outer join :
SELECT a.articleid, a.heading, a.intro, a.Text, a.categroy, i.imageurl
FROM articles a, imageusers iu, images i
WHERE a.articleid = iu.articleid(+)
AND iu.imageid = i.imageid(+)
This works for Oracle ... Which database are you using ?
Greetings
Manfred Peter
(Alligator Company)
http://www.alligatorsql.com