Support the ongoing development of Laravel.io →

lovaina

Joined 5 Mar 2014

Statistics

Threads 1
Replies 3
Solutions 1
Articles 0

Nested query in FROM

Hi! I'm really newbie and I'm not sure how to do queries with Eloquent. My SLQ query is this: SELECT...

0 Likes
4 Replies
Solved
replied 10 years ago

Nested query in FROM

Finally I could do it XP This is the solution: $query = Series::select(DB::raw('COUNT(*) as total, m...

0 Likes
Solved
replied 10 years ago

Nested query in FROM

2nd Round!!! I've been searching and maybe this could work, but doesn't: $query = Series::select('c...

0 Likes
replied 10 years ago

Nested query in FROM

Thanks arcollector! I've tried our code and... it doesn't work :( I've tried this: $modalities = Ser...

0 Likes

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.