Welcome Guest, Not a member yet? Register   Sign In
JOIN Quistion
#2

[eluser]bgreene[/eluser]
have you tried
select a.*, i.whatever from alinea a
left join image_koppel k on k.id = a.alinea_id
left join image i on i.id = k.image_id
where (a.pagina_id = 1) and (a.alinea_status = 1)
order by a.alinea_volgorde asc


Messages In This Thread
JOIN Quistion - by El Forum - 08-19-2009, 04:06 AM
JOIN Quistion - by El Forum - 08-19-2009, 08:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB