Success History


  • Md. Faruk Hossain
    University of Information Technology & Sciences
    2016 - till now, Japan

  • Md. Abul Kalam Milon
    Shahjalal University of Science & Technology
    2016 - till now, Japan

  • Shahazzat Hossain
    Asian University of Bangladesh
    2015 - till now, Japan

  • Quazi Ishtiaque Ahmed
    North South University
    2015 - 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 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