 SELECT 0_events.id, 
	IF(2='001',IF( arabic_title = '',title, arabic_title),title ) as title,
	start_event,
	end_event,
	0_followup.comment,
	0_followup.type,
	color 
	FROM 0_events 
	LEFT JOIN 0_followup 
	ON  0_events.comment_id = 0_followup.id  
	WHERE status = 0 