1 | SELECT `User`.`username`, `Tutor`.`id`, `Tutor`.`rank`, `Tutor`.`popularity`, `Tutor`.`introduction`, `Tutor`.`pic_small` FROM `tutors` AS `Tutor` LEFT JOIN `users` AS `User` ON (`Tutor`.`id` = `User`.`id`) WHERE `User`.`active` = 1 AND `User`.`del_flg` = 0 AND `Tutor`.`rank` IS NOT NULL ORDER BY `Tutor`.`rank` ASC LIMIT 10 | | 10 | 10 | 74 |
2 | SELECT COUNT(*) AS `count` FROM `tutors` AS `Tutor` LEFT JOIN `users` AS `User` ON (`Tutor`.`id` = `User`.`id`) WHERE `User`.`active` = 1 AND `User`.`del_flg` = 0 AND `User`.`auth_flg` = 1 AND `Tutor`.`new_flg` is not null AND `Tutor`.`show_order` is not null | | 1 | 1 | 60 |
3 | SELECT `Tutor`.`id`, `Tutor`.`age`, `Tutor`.`introduction`, `Tutor`.`academic_bg`, `Tutor`.`interests`, `Tutor`.`speciality`, `Tutor`.`pic_small`, `Tutor`.`pic_large`, `Tutor`.`comment`, `Tutor`.`blog`, `Tutor`.`memo`, `Tutor`.`circumstance`, `Tutor`.`new_flg`, `Tutor`.`show_order`, `Tutor`.`japanese_level`, `Tutor`.`english_level`, `Tutor`.`from_sheng`, `Tutor`.`from_city`, `Tutor`.`current_living_sheng`, `Tutor`.`current_living_city`, `Tutor`.`other_chinese_language`, `Tutor`.`foreign_language_name`, `Tutor`.`minzu`, `Tutor`.`major_course`, `Tutor`.`good_at_category`, `Tutor`.`contract_time`, `Tutor`.`rank`, `Tutor`.`popularity`, `Tutor`.`list_name`, `Tutor`.`lesson_count`, `Tutor`.`lesson_avg`, `Tutor`.`created`, `Tutor`.`updated`, `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `tutors` AS `Tutor` LEFT JOIN `users` AS `User` ON (`Tutor`.`id` = `User`.`id`) WHERE `User`.`active` = 1 AND `User`.`del_flg` = 0 AND `User`.`auth_flg` = 1 AND `Tutor`.`new_flg` is not null AND `Tutor`.`show_order` is not null ORDER BY `Tutor`.`show_order` asc LIMIT 20 | | 20 | 20 | 94 |
4 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 7 | | 1 | 1 | 0 |
5 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
6 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 13 | | 1 | 1 | 0 |
7 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 0 | | 0 | 0 | 0 |
8 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 7 | | 0 | 0 | 0 |
9 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 7 | | 1 | 1 | 1 |
10 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 3267 | | 1 | 1 | 0 |
11 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
12 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
13 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 15 | | 1 | 1 | 0 |
14 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 3267 | | 0 | 0 | 1 |
15 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 3267 | | 1 | 1 | 1 |
16 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 15908 | | 1 | 1 | 0 |
17 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
18 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
19 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
20 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 15908 | | 0 | 0 | 0 |
21 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 15908 | | 1 | 1 | 0 |
22 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 18187 | | 1 | 1 | 0 |
23 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
24 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
25 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
26 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 18187 | | 0 | 0 | 0 |
27 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 18187 | | 1 | 1 | 0 |
28 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 15128 | | 1 | 1 | 0 |
29 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
30 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
31 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
32 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 15128 | | 0 | 0 | 1 |
33 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 15128 | | 1 | 1 | 0 |
34 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 19490 | | 1 | 1 | 0 |
35 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
36 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
37 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
38 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 19490 | | 0 | 0 | 1 |
39 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 19490 | | 1 | 1 | 0 |
40 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 6953 | | 1 | 1 | 0 |
41 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
42 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
43 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 0 | | 0 | 0 | 0 |
44 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 6953 | | 0 | 0 | 1 |
45 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 6953 | | 1 | 1 | 1 |
46 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 19509 | | 1 | 1 | 0 |
47 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
48 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
49 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
50 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 19509 | | 0 | 0 | 0 |
51 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 19509 | | 1 | 1 | 0 |
52 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 19046 | | 1 | 1 | 1 |
53 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
54 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
55 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
56 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 19046 | | 0 | 0 | 0 |
57 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 19046 | | 1 | 1 | 1 |
58 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 18614 | | 1 | 1 | 1 |
59 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
60 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
61 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
62 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 18614 | | 0 | 0 | 0 |
63 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 18614 | | 1 | 1 | 2 |
64 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 17097 | | 1 | 1 | 1 |
65 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
66 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
67 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
68 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 17097 | | 0 | 0 | 1 |
69 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 17097 | | 1 | 1 | 1 |
70 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 12753 | | 1 | 1 | 0 |
71 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
72 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
73 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 0 | | 0 | 0 | 0 |
74 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 12753 | | 0 | 0 | 1 |
75 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 12753 | | 1 | 1 | 1 |
76 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 10452 | | 1 | 1 | 1 |
77 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
78 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
79 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 0 | | 0 | 0 | 0 |
80 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 10452 | | 0 | 0 | 0 |
81 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 10452 | | 1 | 1 | 1 |
82 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 19412 | | 1 | 1 | 0 |
83 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
84 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
85 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
86 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 19412 | | 0 | 0 | 0 |
87 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 19412 | | 1 | 1 | 1 |
88 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 14821 | | 1 | 1 | 1 |
89 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
90 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
91 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
92 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 14821 | | 0 | 0 | 1 |
93 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 14821 | | 1 | 1 | 1 |
94 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 17641 | | 1 | 1 | 1 |
95 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
96 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
97 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
98 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 17641 | | 0 | 0 | 0 |
99 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 17641 | | 1 | 1 | 1 |
100 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 5878 | | 1 | 1 | 1 |
101 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
102 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 13 | | 1 | 1 | 0 |
103 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 0 | | 0 | 0 | 0 |
104 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 5878 | | 0 | 0 | 0 |
105 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 5878 | | 1 | 1 | 0 |
106 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 19217 | | 1 | 1 | 0 |
107 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
108 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
109 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
110 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 19217 | | 0 | 0 | 0 |
111 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 19217 | | 1 | 1 | 1 |
112 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 19218 | | 1 | 1 | 0 |
113 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
114 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
115 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
116 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 19218 | | 0 | 0 | 0 |
117 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 19218 | | 1 | 1 | 1 |
118 | SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`last_name`, `User`.`last_name_alpha`, `User`.`first_name`, `User`.`first_name_alpha`, `User`.`age`, `User`.`sex`, `User`.`post_cd`, `User`.`prefecture`, `User`.`address_1`, `User`.`address_2`, `User`.`address_3`, `User`.`occupation`, `User`.`email_1`, `User`.`email_2`, `User`.`tel_num_1`, `User`.`tel_num_2`, `User`.`skype_name`, `User`.`skype_pass`, `User`.`wechat_name`, `User`.`zoom_email`, `User`.`zoom_pass`, `User`.`msn_name`, `User`.`unassigned_1`, `User`.`unassigned_2`, `User`.`unassigned_3`, `User`.`rank`, `User`.`group_id`, `User`.`active`, `User`.`del_flg`, `User`.`stop_flg`, `User`.`auth_flg`, `User`.`email_check_hash`, `User`.`password_check_hash`, `User`.`password_token_expire_time`, `User`.`created`, `User`.`updated` FROM `users` AS `User` WHERE `User`.`id` = 18764 | | 1 | 1 | 0 |
119 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`parent_id` FROM `groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
120 | SELECT `Prefecture`.`id`, `Prefecture`.`prefecture` FROM `prefectures` AS `Prefecture` WHERE `Prefecture`.`id` = 48 | | 1 | 1 | 0 |
121 | SELECT `Occupation`.`id`, `Occupation`.`description` FROM `occupations` AS `Occupation` WHERE `Occupation`.`id` = 20 | | 1 | 1 | 0 |
122 | SELECT `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated` FROM `students` AS `StudentInfo` WHERE `StudentInfo`.`id` = 18764 | | 0 | 0 | 0 |
123 | SELECT `TutorInfo`.`id`, `TutorInfo`.`age`, `TutorInfo`.`introduction`, `TutorInfo`.`academic_bg`, `TutorInfo`.`interests`, `TutorInfo`.`speciality`, `TutorInfo`.`pic_small`, `TutorInfo`.`pic_large`, `TutorInfo`.`comment`, `TutorInfo`.`blog`, `TutorInfo`.`memo`, `TutorInfo`.`circumstance`, `TutorInfo`.`new_flg`, `TutorInfo`.`show_order`, `TutorInfo`.`japanese_level`, `TutorInfo`.`english_level`, `TutorInfo`.`from_sheng`, `TutorInfo`.`from_city`, `TutorInfo`.`current_living_sheng`, `TutorInfo`.`current_living_city`, `TutorInfo`.`other_chinese_language`, `TutorInfo`.`foreign_language_name`, `TutorInfo`.`minzu`, `TutorInfo`.`major_course`, `TutorInfo`.`good_at_category`, `TutorInfo`.`contract_time`, `TutorInfo`.`rank`, `TutorInfo`.`popularity`, `TutorInfo`.`list_name`, `TutorInfo`.`lesson_count`, `TutorInfo`.`lesson_avg`, `TutorInfo`.`created`, `TutorInfo`.`updated` FROM `tutors` AS `TutorInfo` WHERE `TutorInfo`.`id` = 18764 | | 1 | 1 | 1 |
124 | SELECT `Timetable`.`id`, `Timetable`.`owner`, `Timetable`.`reserved_by`, `Timetable`.`lesson_date`, `Timetable`.`period`, `Timetable`.`current_status`, `Timetable`.`message`, `Timetable`.`created`, `Timetable`.`updated`, `Timetable`.`reserved_datetime`, `Timetable`.`checked`, `Timetable`.`admin_reservation`, `Timetable`.`furikae_used`, `Timetable`.`taiken_used`, `Timetable`.`plan_type`, `Tutor`.`id`, `Tutor`.`username`, `Tutor`.`password`, `Tutor`.`last_name`, `Tutor`.`last_name_alpha`, `Tutor`.`first_name`, `Tutor`.`first_name_alpha`, `Tutor`.`age`, `Tutor`.`sex`, `Tutor`.`post_cd`, `Tutor`.`prefecture`, `Tutor`.`address_1`, `Tutor`.`address_2`, `Tutor`.`address_3`, `Tutor`.`occupation`, `Tutor`.`email_1`, `Tutor`.`email_2`, `Tutor`.`tel_num_1`, `Tutor`.`tel_num_2`, `Tutor`.`skype_name`, `Tutor`.`skype_pass`, `Tutor`.`wechat_name`, `Tutor`.`zoom_email`, `Tutor`.`zoom_pass`, `Tutor`.`msn_name`, `Tutor`.`unassigned_1`, `Tutor`.`unassigned_2`, `Tutor`.`unassigned_3`, `Tutor`.`rank`, `Tutor`.`group_id`, `Tutor`.`active`, `Tutor`.`del_flg`, `Tutor`.`stop_flg`, `Tutor`.`auth_flg`, `Tutor`.`email_check_hash`, `Tutor`.`password_check_hash`, `Tutor`.`password_token_expire_time`, `Tutor`.`created`, `Tutor`.`updated`, `TutorList`.`list_name`, `Student`.`id`, `Student`.`username`, `Student`.`password`, `Student`.`last_name`, `Student`.`last_name_alpha`, `Student`.`first_name`, `Student`.`first_name_alpha`, `Student`.`age`, `Student`.`sex`, `Student`.`post_cd`, `Student`.`prefecture`, `Student`.`address_1`, `Student`.`address_2`, `Student`.`address_3`, `Student`.`occupation`, `Student`.`email_1`, `Student`.`email_2`, `Student`.`tel_num_1`, `Student`.`tel_num_2`, `Student`.`skype_name`, `Student`.`skype_pass`, `Student`.`wechat_name`, `Student`.`zoom_email`, `Student`.`zoom_pass`, `Student`.`msn_name`, `Student`.`unassigned_1`, `Student`.`unassigned_2`, `Student`.`unassigned_3`, `Student`.`rank`, `Student`.`group_id`, `Student`.`active`, `Student`.`del_flg`, `Student`.`stop_flg`, `Student`.`auth_flg`, `Student`.`email_check_hash`, `Student`.`password_check_hash`, `Student`.`password_token_expire_time`, `Student`.`created`, `Student`.`updated`, `StudentInfo`.`id`, `StudentInfo`.`current_monthly_plan_id`, `StudentInfo`.`current_point_plan_id`, `StudentInfo`.`current_point`, `StudentInfo`.`current_cource_id`, `StudentInfo`.`is_trial`, `StudentInfo`.`trial_free_lessons`, `StudentInfo`.`trial_expire_date`, `StudentInfo`.`monthly_start_date`, `StudentInfo`.`monthly_expire_date`, `StudentInfo`.`point_start_date`, `StudentInfo`.`point_expire_date`, `StudentInfo`.`payment_method`, `StudentInfo`.`recurring_profile_created`, `StudentInfo`.`chinese_level`, `StudentInfo`.`text`, `StudentInfo`.`lesson_requirement`, `StudentInfo`.`trouble_option`, `StudentInfo`.`lesson_history`, `StudentInfo`.`netchai_from`, `StudentInfo`.`memo`, `StudentInfo`.`point_lesson`, `StudentInfo`.`furikae`, `StudentInfo`.`furikae_expire_date`, `StudentInfo`.`furikae_cancel_limit`, `StudentInfo`.`plan_id_for_furikae_point`, `StudentInfo`.`coupon_used_flg`, `StudentInfo`.`coupon_used_date`, `StudentInfo`.`mail_stop_flg`, `StudentInfo`.`lesson_mail_stop_flg`, `StudentInfo`.`created`, `StudentInfo`.`updated`, `Status`.`id`, `Status`.`description`, `LessonTime`.`id`, `LessonTime`.`description`, `LessonTime`.`time_sort`, `Evaluation`.`id`, `Evaluation`.`lesson`, `Evaluation`.`teaching`, `Evaluation`.`attitude`, `Evaluation`.`network_quality`, `Evaluation`.`evaluation`, `Evaluation`.`del_flg`, `Evaluation`.`created`, `Evaluation`.`updated` FROM `timetables` AS `Timetable` LEFT JOIN `users` AS `Tutor` ON (`Timetable`.`owner` = `Tutor`.`id`) LEFT JOIN `tutors` AS `TutorList` ON (`Timetable`.`owner` = `TutorList`.`id`) LEFT JOIN `users` AS `Student` ON (`Timetable`.`reserved_by` = `Student`.`id`) LEFT JOIN `students` AS `StudentInfo` ON (`Timetable`.`reserved_by` = `StudentInfo`.`id`) LEFT JOIN `statuses` AS `Status` ON (`Timetable`.`current_status` = `Status`.`id`) LEFT JOIN `lesson_times` AS `LessonTime` ON (`Timetable`.`period` = `LessonTime`.`id`) LEFT JOIN `evaluations` AS `Evaluation` ON (`Evaluation`.`id` = `Timetable`.`id`) WHERE `Timetable`.`owner` IN (7, 3267, 15908, 18187, 15128, 19490, 6953, 19509, 19046, 18614, 17097, 12753, 10452, 19412, 14821, 17641, 5878, 19217, 19218, 18764) AND `Timetable`.`lesson_date` = '2025-05-30' ORDER BY `TutorList`.`show_order` ASC, `Timetable`.`owner` ASC, `LessonTime`.`time_sort` ASC | | 760 | 760 | 562 |
125 | SELECT `ModHistory`.`id`, `ModHistory`.`lesson_id`, `ModHistory`.`operated_by`, `ModHistory`.`ip_address`, `ModHistory`.`host_name`, `ModHistory`.`browser`, `ModHistory`.`status`, `ModHistory`.`plan_type`, `ModHistory`.`current_point`, `ModHistory`.`created`, `ModHistory`.`updated` FROM `schedule_mod_histories` AS `ModHistory` WHERE `ModHistory`.`lesson_id` IN (34423064, 34423065, 34423066, 34423067, 34423068, 34423069, 34423032, 34423033, 34423034, 34423035, 34423036, 34423037, 34423038, 34423039, 34423040, 34423041, 34423042, 34423043, 34423044, 34423045, 34423046, 34423047, 34423048, 34423049, 34423050, 34423051, 34423052, 34423053, 34423054, 34423055, 34423056, 34423057, 34423058, 34423059, 34423060, 34423061, 34423062, 34423063, 34460646, 34460647, 34460648, 34460649, 34460650, 34460651, 34460614, 34460615, 34460616, 34460617, 34460618, 34460619, 34460620, 34460621, 34460622, 34460623, 34460624, 34460625, 34460626, 34460627, 34460628, 34460629, 34460630, 34460631, 34460632, 34460633, 34460634, 34460635, 34460636, 34460637, 34460638, 34460639, 34460640, 34460641, 34460642, 34460643, 34460644, 34460645, 34679602, 34679603, 34679604, 34679605, 34679606, 34679607, 34679570, 34679571, 34679572, 34679573, 34679574, 34679575, 34679576, 34679577, 34679578, 34679579, 34679580, 34679581, 34679582, 34679583, 34679584, 34679585, 34679586, 34679587, 34679588, 34679589, 34679590, 34679591, 34679592, 34679593, 34679594, 34679595, 34679596, 34679597, 34679598, 34679599, 34679600, 34679601, 34488424, 34488425, 34488426, 34488427, 34488428, 34488429, 34488392, 34488393, 34488394, 34488395, 34488396, 34488397, 34488398, 34488399, 34488400, 34488401, 34488402, 34488403, 34488404, 34488405, 34488406, 34488407, 34488408, 34488409, 34488410, 34488411, 34488412, 34488413, 34488414, 34488415, 34488416, 34488417, 34488418, 34488419, 34488420, 34488421, 34488422, 34488423, 34499862, 34499863, 34499864, 34499865, 34499866, 34499867, 34499830, 34499831, 34499832, 34499833, 34499834, 34499835, 34499836, 34499837, 34499838, 34499839, 34499840, 34499841, 34499842, 34499843, 34499844, 34499845, 34499846, 34499847, 34499848, 34499849, 34499850, 34499851, 34499852, 34499853, 34499854, 34499855, 34499856, 34499857, 34499858, 34499859, 34499860, 34499861, 34535810, 34535811, 34535812, 34535813, 34535814, 34535815, 34535778, 34535779, 34535780, 34535781, 34535782, 34535783, 34535784, 34535785, 34535786, 34535787, 34535788, 34535789, 34535790, 34535791, 34535792, 34535793, 34535794, 34535795, 34535796, 34535797, 34535798, 34535799, 34535800, 34535801, 34535802, 34535803, 34535804, 34535805, 34535806, 34535807, 34535808, 34535809, 34576660, 34576661, 34576662, 34576663, 34576664, 34576665, 34576628, 34576629, 34576630, 34576631, 34576632, 34576633, 34576634, 34576635, 34576636, 34576637, 34576638, 34576639, 34576640, 34576641, 34576642, 34576643, 34576644, 34576645, 34576646, 34576647, 34576648, 34576649, 34576650, 34576651, 34576652, 34576653, 34576654, 34576655, 34576656, 34576657, 34576658, 34576659, 34642020, 34642021, 34642022, 34642023, 34642024, 34642025, 34641988, 34641989, 34641990, 34641991, 34641992, 34641993, 34641994, 34641995, 34641996, 34641997, 34641998, 34641999, 34642000, 34642001, 34642002, 34642003, 34642004, 34642005, 34642006, 34642007, 34642008, 34642009, 34642010, 34642011, 34642012, 34642013, 34642014, 34642015, 34642016, 34642017, 34642018, 34642019, 34655092, 34655093, 34655094, 34655095, 34655096, 34655097, 34655060, 34655061, 34655062, 34655063, 34655064, 34655065, 34655066, 34655067, 34655068, 34655069, 34655070, 34655071, 34655072, 34655073, 34655074, 34655075, 34655076, 34655077, 34655078, 34655079, 34655080, 34655081, 34655082, 34655083, 34655084, 34655085, 34655086, 34655087, 34655088, 34655089, 34655090, 34655091, 34710662, 34710663, 34710664, 34710665, 34710666, 34710667, 34710630, 34710631, 34710632, 34710633, 34710634, 34710635, 34710636, 34710637, 34710638, 34710639, 34710640, 34710641, 34710642, 34710643, 34710644, 34710645, 34710646, 34710647, 34710648, 34710649, 34710650, 34710651, 34710652, 34710653, 34710654, 34710655, 34710656, 34710657, 34710658, 34710659, 34710660, 34710661, 34725710, 34725711, 34725712, 34725713, 34725714, 34725715, 34725678, 34725679, 34725680, 34725681, 34725682, 34725683, 34725684, 34725685, 34725686, 34725687, 34725688, 34725689, 34725690, 34725691, 34725692, 34725693, 34725694, 34725695, 34725696, 34725697, 34725698, 34725699, 34725700, 34725701, 34725702, 34725703, 34725704, 34725705, 34725706, 34725707, 34725708, 34725709, 34758200, 34758201, 34758202, 34758203, 34758204, 34758205, 34758168, 34758169, 34758170, 34758171, 34758172, 34758173, 34758174, 34758175, 34758176, 34758177, 34758178, 34758179, 34758180, 34758181, 34758182, 34758183, 34758184, 34758185, 34758186, 34758187, 34758188, 34758189, 34758190, 34758191, 34758192, 34758193, 34758194, 34758195, 34758196, 34758197, 34758198, 34758199, 34770170, 34770171, 34770172, 34770173, 34770174, 34770175, 34770138, 34770139, 34770140, 34770141, 34770142, 34770143, 34770144, 34770145, 34770146, 34770147, 34770148, 34770149, 34770150, 34770151, 34770152, 34770153, 34770154, 34770155, 34770156, 34770157, 34770158, 34770159, 34770160, 34770161, 34770162, 34770163, 34770164, 34770165, 34770166, 34770167, 34770168, 34770169, 34804370, 34804371, 34804372, 34804373, 34804374, 34804375, 34804338, 34804339, 34804340, 34804341, 34804342, 34804343, 34804344, 34804345, 34804346, 34804347, 34804348, 34804349, 34804350, 34804351, 34804352, 34804353, 34804354, 34804355, 34804356, 34804357, 34804358, 34804359, 34804360, 34804361, 34804362, 34804363, 34804364, 34804365, 34804366, 34804367, 34804368, 34804369, 34830020, 34830021, 34830022, 34830023, 34830024, 34830025, 34829988, 34829989, 34829990, 34829991, 34829992, 34829993, 34829994, 34829995, 34829996, 34829997, 34829998, 34829999, 34830000, 34830001, 34830002, 34830003, 34830004, 34830005, 34830006, 34830007, 34830008, 34830009, 34830010, 34830011, 34830012, 34830013, 34830014, 34830015, 34830016, 34830017, 34830018, 34830019, 34835150, 34835151, 34835152, 34835153, 34835154, 34835155, 34835118, 34835119, 34835120, 34835121, 34835122, 34835123, 34835124, 34835125, 34835126, 34835127, 34835128, 34835129, 34835130, 34835131, 34835132, 34835133, 34835134, 34835135, 34835136, 34835137, 34835138, 34835139, 34835140, 34835141, 34835142, 34835143, 34835144, 34835145, 34835146, 34835147, 34835148, 34835149, 34838570, 34838571, 34838572, 34838573, 34838574, 34838575, 34838538, 34838539, 34838540, 34838541, 34838542, 34838543, 34838544, 34838545, 34838546, 34838547, 34838548, 34838549, 34838550, 34838551, 34838552, 34838553, 34838554, 34838555, 34838556, 34838557, 34838558, 34838559, 34838560, 34838561, 34838562, 34838563, 34838564, 34838565, 34838566, 34838567, 34838568, 34838569, 34777010, 34777011, 34777012, 34777013, 34777014, 34777015, 34776978, 34776979, 34776980, 34776981, 34776982, 34776983, 34776984, 34776985, 34776986, 34776987, 34776988, 34776989, 34776990, 34776991, 34776992, 34776993, 34776994, 34776995, 34776996, 34776997, 34776998, 34776999, 34777000, 34777001, 34777002, 34777003, 34777004, 34777005, 34777006, 34777007, 34777008, 34777009, 34818050, 34818051, 34818052, 34818053, 34818054, 34818055, 34818018, 34818019, 34818020, 34818021, 34818022, 34818023, 34818024, 34818025, 34818026, 34818027, 34818028, 34818029, 34818030, 34818031, 34818032, 34818033, 34818034, 34818035, 34818036, 34818037, 34818038, 34818039, 34818040, 34818041, 34818042, 34818043, 34818044, 34818045, 34818046, 34818047, 34818048, 34818049, 34819760, 34819761, 34819762, 34819763, 34819764, 34819765, 34819728, 34819729, 34819730, 34819731, 34819732, 34819733, 34819734, 34819735, 34819736, 34819737, 34819738, 34819739, 34819740, 34819741, 34819742, 34819743, 34819744, 34819745, 34819746, 34819747, 34819748, 34819749, 34819750, 34819751, 34819752, 34819753, 34819754, 34819755, 34819756, 34819757, 34819758, 34819759) | | 26 | 26 | 22 |
126 | SELECT `LessonTime`.`id`, `LessonTime`.`description`, `LessonTime`.`time_sort` FROM `lesson_times` AS `LessonTime` WHERE 1 = 1 ORDER BY `LessonTime`.`time_sort` ASC | | 38 | 38 | 1 |