|
|
|
|
select a.*,b.*,d.*,e.vote_favor,f.* from(select resolution_id from resolution_conclusion
where serial=(select max(serial) from resolution_conclusion )) as c
left join resolutions as a on a.id=c.resolution_id
left join (select * from resolutions_lang where lang='en') as b on a.id=b.resolution_id
left join resolution_conclusion as d on a.id=d.resolution_id
left join (select * from resolution_final where types=1 and mtype='PM') as e on a.id=e.resolution_id
left join report as f on e.vote_favor =f.code No database selected
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home5/thegloc1/public_html/new/data/data.php on line 36
select a.*,b.*,d.*,e.vote_favor,f.* from (
select resolution_id from resolution_conclusion
where serial=(select max(serial) from resolution_conclusion )) as c
left join resolutions as a on a.id=c.resolution_id left join resolutions_lang as b
on a.id=b.resolution_id left join resolution_conclusion as d on a.id=d.resolution_id left join
resolution_finalresult as e on a.id=e.resolution_id left join report as f
on e.vote_favor =f.code
where b.lang='en' and mtype='PM' No database selectedselect a.*,b.*,d.*,e.vote_favor,f.* from (
select resolution_id from resolution_conclusion
where serial=(select max(serial) from resolution_conclusion )) as c
left join resolutions as a on a.id=c.resolution_id left join resolutions_lang as b
on a.id=b.resolution_id left join resolution_conclusion as d on a.id=d.resolution_id left join
resolution_finalresult as e on a.id=e.resolution_id left join report as f
on e.vote_favor =f.code
where b.lang='en' and mtype='PM' No database selected
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home5/thegloc1/public_html/new/data/data.php on line 31
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home5/thegloc1/public_html/new/data/data.php on line 36
|
|
|
| Latest Comments |
SELECT * FROM forum_comments ORDER BY id DESC LIMIT 2 No database selected
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home5/thegloc1/public_html/new/data/data.php on line 31
|
|
|
|