Laravel Query Builder
Raw SQL
-- Course lesson by course
select count(lession_id) from h247app_lessions where topic_id in
(
select topic_id from h247app_topics where course_id in
(select course_id from h247app_courses where subject_code='tieng-anh')
)
Laravel Qu...
khangnhd.hashnode.dev1 min read