laravel-forum icon indicating copy to clipboard operation
laravel-forum copied to clipboard

please help me to write this mysql code in laravel 5.1

Open nasouti opened this issue 9 years ago • 0 comments

select *from jmeshposts join (SELECT jmeshposts.post_parent as tb1_id, jmeshposts.guid as image FROM jmeshposts where jmeshposts.post_status='inherit' and jmeshposts.post_type='attachment' ORDER BY jmeshposts.post_parent DESC) as table1 on jmeshposts.id= table1.tb1_id

nasouti avatar Jan 23 '16 18:01 nasouti