List of Colleges teaching Gandhian Studies Course in Maharashtra
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Gandhian Studies' and state like 'maharashtra%' and dist is not null AND trim(dist)<>'' group by programme,state,dist4