Success History


  • AKM Sajidul Huq
    National University
    2014 - till now, Japan

  • Feroz Jahangir Rana
    Dhaka University
    2013 - till now, Japan

  • Md. Rashidul Islam
    Bangalore University, India
    2013 - till now, Japan

  • Md. Imran Hossain
    Uttara University
    2013 - till now, Japan
(default) 2 queries took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `SuccessHistory`.`success_history_id`, `SuccessHistory`.`initial_name`, `SuccessHistory`.`arrival_year`, `SuccessHistory`.`departure_year`, `SuccessHistory`.`member_status`, `SuccessHistory`.`display_in_home`, `SuccessHistory`.`employee_photo`, `Institute`.`ins_title`, `Location`.`loc_title`, `SuccessHistory`.`institute_id`, `SuccessHistory`.`loc_id`, `SuccessHistory`.`other_institute` FROM `dev2_global_new`.`sjs_success_histories` AS `SuccessHistory` LEFT JOIN `dev2_global_new`.`sjs_institutes` AS `Institute` ON (`SuccessHistory`.`institute_id` = `Institute`.`ins_id`) LEFT JOIN `dev2_global_new`.`sjs_locations` AS `Location` ON (`SuccessHistory`.`loc_id` = `Location`.`loc_id`) WHERE `SuccessHistory`.`member_status` = 'Active' ORDER BY `SuccessHistory`.`arrival_year` desc LIMIT 16, 4441
2SELECT COUNT(*) AS `count` FROM `dev2_global_new`.`sjs_success_histories` AS `SuccessHistory` LEFT JOIN `dev2_global_new`.`sjs_institutes` AS `Institute` ON (`SuccessHistory`.`institute_id` = `Institute`.`ins_id`) LEFT JOIN `dev2_global_new`.`sjs_locations` AS `Location` ON (`SuccessHistory`.`loc_id` = `Location`.`loc_id`) WHERE `SuccessHistory`.`member_status` = 'Active'110