Support the ongoing development of Laravel.io →
posted 9 years ago
Eloquent
Last updated 1 year ago.
0

use left joins if image is not always existing for news_main record

SELECT news_main.title, category.name, news_img.image
FROM news_main
JOIN category ON category.id = news_main.category_id
LEFT JOIN news_img ON news_img.id_news = news_main.id

not sure how to translate that into eloquent but that's how i'd do it in SQL

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

rezadaulay rezadaulay Joined 25 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.