|
|
|
|
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 Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)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' Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)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' Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)
|
|
|
| Latest Comments |
SELECT * FROM forum_comments ORDER BY id DESC LIMIT 2 Access denied for user 'thegloc1_gv2user'@'localhost' (using password: YES)
|
|
|
|