select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Costa Rica' and month like '%January%'
Will Update Soon
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Costa Rica' and month like '%February%'
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Costa Rica' and month like '%March%'
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Costa Rica' and month like '%April%'
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Costa Rica' and month like '%May%'
Will Update Soon
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Costa Rica' and month like '%June%'
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Costa Rica' and month like '%July%'
Will Update Soon
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Costa Rica' and month like '%August%'
Will Update Soon
select distinct city,event_title,sdate,edate,country,event_id,month from event_table where org like '%Scholar%' and country='Costa Rica' and month like '%September%'