Hello ! I have a table that contains Pages with columns (ID,Title,Parent_id) page can be root(Parent_id=0) , or child (Parent_id is ID of parent page )
how can i get a result like :
Page | Title | Parent_name ?
can I use left join ? how ? thanx
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community