------------------------------------------------------------ revno: 16970 committer: Lars Helge Overland <larshe...@gmail.com> branch nick: dhis2 timestamp: Mon 2014-10-06 20:10:46 +0200 message: SQL modified: resources/sql/div.sql
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'resources/sql/div.sql' --- resources/sql/div.sql 2014-10-05 14:09:41 +0000 +++ resources/sql/div.sql 2014-10-06 18:10:46 +0000 @@ -169,8 +169,10 @@ from categoryoptioncombo coc inner join categoryoptioncombos_categoryoptions coo on coc.categoryoptioncomboid=coo.categoryoptioncomboid inner join dataelementcategoryoption co on coo.categoryoptionid=co.categoryoptionid -inner join categorycombos_optioncombos cco on coc.categoryoptioncomboid=cco.categoryoptioncomboid -inner join categorycombo cc on cco.categorycomboid=cc.categorycomboid +inner join categories_categoryoptions cco on co.categoryoptionid=cco.categoryoptionid +inner join dataelementcategory ca on cco.categoryid=ca.categoryid +inner join categorycombos_optioncombos ccoc on coc.categoryoptioncomboid=ccoc.categoryoptioncomboid +inner join categorycombo cc on ccoc.categorycomboid=cc.categorycomboid where coc.categoryoptioncomboid=2118430; -- Display data out of reasonable time range
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp