1 | SELECT `PracticeType`.`id`, `PracticeType`.`name`, `PracticeType`.`slug`, `PracticeType`.`is_general`, `PracticeType`.`ordering`, `PracticeType`.`is_active`, `PracticeType`.`created`, `PracticeType`.`modified`, `PracticeType`.`deleted`, `PracticeType`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practice_types` AS `PracticeType` WHERE `PracticeType`.`slug` = 'doctors' AND `PracticeType`.`deleted` = '' LIMIT 1 | | 1 | 1 | 0 |
2 | SELECT `PracticeType`.`id`, `PracticeType`.`slug` FROM `docnecpr_southafrica_live1`.`practice_types` AS `PracticeType` WHERE `PracticeType`.`slug` = 'doctors' AND `PracticeType`.`deleted` = '' | | 2 | 2 | 0 |
3 | SELECT `Lookup`.`id`, `Lookup`.`lookup`, `Lookup`.`lat`, `Lookup`.`lng`, `Lookup`.`geo`, `Lookup`.`created`, `Lookup`.`modified`, `Lookup`.`deleted`, `Lookup`.`deleted_date` FROM `docnecpr_southafrica_live1`.`lookups` AS `Lookup` WHERE `Lookup`.`lookup` = 'tramshed' AND `Lookup`.`deleted` = '' LIMIT 1 | | 1 | 1 | 0 |
4 | SELECT *, round( sqrt(
(POW( Practice.lat -"-30.559482", 2)* 68.1 * 68.1) +
(POW(Practice.lng -"22.937506", 2) * 53.1 * 53.1)
)) AS distance FROM `docnecpr_southafrica_live1`.`practices` AS `Practice` LEFT JOIN `docnecpr_southafrica_live1`.`practice_types` AS `PracticeType` ON (`Practice`.`practice_type_id` = `PracticeType`.`id`) LEFT JOIN `docnecpr_southafrica_live1`.`cities` AS `City` ON (`Practice`.`city_id` = `City`.`id`) WHERE NOT (`Practice`.`accuracy` IS NULL) AND `Practice`.`practice_type_id` IN (1, 50) AND `Practice`.`deleted` = '' ORDER BY `distance` asc, `Practice`.`accuracy` desc LIMIT 12 | | 12 | 12 | 33 |
5 | SELECT `Role`.`id` FROM `docnecpr_southafrica_live1`.`roles` AS `Role` WHERE `Role`.`deleted` = '' LIMIT 1 | | 1 | 1 | 0 |
6 | SELECT `UserPractice`.`id`, `UserPractice`.`user_id`, `UserPractice`.`practice_id`, `UserPractice`.`role_id`, `UserPractice`.`is_bookable`, `UserPractice`.`consultation_duration_minutes`, `UserPractice`.`is_verified`, `UserPractice`.`is_active`, `UserPractice`.`created`, `UserPractice`.`modified`, `UserPractice`.`deleted`, `UserPractice`.`deleted_date`, `User`.`id`, `User`.`email`, `User`.`password`, `User`.`timezone`, `User`.`group_id`, `User`.`is_verified`, `User`.`verification_code`, `User`.`remember_me`, `User`.`primary_practice_id`, `User`.`activated`, `User`.`created`, `User`.`modified`, `User`.`deleted`, `User`.`deleted_date`, `Practice`.`id`, `Practice`.`city_id`, `Practice`.`name`, `Practice`.`picture_url`, `Practice`.`practice_type_id`, `Practice`.`practice_number`, `Practice`.`utc_open_time_hh_mm_ss`, `Practice`.`utc_close_time_hh_mm_ss`, `Practice`.`consultation_duration_minutes`, `Practice`.`address_1`, `Practice`.`address_2`, `Practice`.`address_3`, `Practice`.`city`, `Practice`.`suburb`, `Practice`.`province`, `Practice`.`postal_address_1`, `Practice`.`postal_address_2`, `Practice`.`postal_address_3`, `Practice`.`postal_postal_code`, `Practice`.`postal_city`, `Practice`.`postal_province`, `Practice`.`postal_code`, `Practice`.`tel`, `Practice`.`fax`, `Practice`.`email`, `Practice`.`lat`, `Practice`.`lng`, `Practice`.`timezone`, `Practice`.`geo`, `Practice`.`accuracy`, `Practice`.`created`, `Practice`.`modified`, `Practice`.`source`, `Practice`.`is_verified`, `Practice`.`is_active`, `Practice`.`deleted`, `Practice`.`deleted_date`, `Role`.`id`, `Role`.`name`, `Role`.`label`, `Role`.`display_order`, `Role`.`created`, `Role`.`modified`, `Role`.`deleted`, `Role`.`deleted_date` FROM `docnecpr_southafrica_live1`.`user_practices` AS `UserPractice` LEFT JOIN `docnecpr_southafrica_live1`.`users` AS `User` ON (`UserPractice`.`user_id` = `User`.`id`) LEFT JOIN `docnecpr_southafrica_live1`.`practices` AS `Practice` ON (`UserPractice`.`practice_id` = `Practice`.`id`) LEFT JOIN `docnecpr_southafrica_live1`.`roles` AS `Role` ON (`UserPractice`.`role_id` = `Role`.`id`) WHERE `Practice`.`id` IN (2511, 2499, 1983, 8698, 1982, 1984, 1985, 2521, 2476, 2478, 2488, 2469) AND `UserPractice`.`role_id` = 1 AND `UserPractice`.`is_bookable` = '1' AND `UserPractice`.`is_active` = 1 AND `UserPractice`.`deleted` = '' | | 1 | 1 | 2 |
7 | SELECT `Group`.`id`, `Group`.`name`, `Group`.`created`, `Group`.`modified`, `Group`.`deleted`, `Group`.`deleted_date` FROM `docnecpr_southafrica_live1`.`groups` AS `Group` WHERE `Group`.`id` = 2 | | 1 | 1 | 0 |
8 | SELECT `Profile`.`id`, `Profile`.`firstname`, `Profile`.`surname`, `Profile`.`public_name`, `Profile`.`picture_url`, `Profile`.`details`, `Profile`.`user_id`, `Profile`.`title_id`, `Profile`.`gender_id`, `Profile`.`language_id`, `Profile`.`id_no`, `Profile`.`created`, `Profile`.`modified`, `Profile`.`picture`, `Profile`.`deleted`, `Profile`.`deleted_date` FROM `docnecpr_southafrica_live1`.`profiles` AS `Profile` WHERE `Profile`.`user_id` = 76 | | 1 | 1 | 3 |
9 | SELECT `UserAddressDetail`.`id`, `UserAddressDetail`.`user_id`, `UserAddressDetail`.`address_1`, `UserAddressDetail`.`address_2`, `UserAddressDetail`.`address_3`, `UserAddressDetail`.`suburb`, `UserAddressDetail`.`city`, `UserAddressDetail`.`province`, `UserAddressDetail`.`postal_code`, `UserAddressDetail`.`post_address_1`, `UserAddressDetail`.`post_address_2`, `UserAddressDetail`.`post_address_3`, `UserAddressDetail`.`post_city`, `UserAddressDetail`.`post_province`, `UserAddressDetail`.`post_postal_code`, `UserAddressDetail`.`lat`, `UserAddressDetail`.`long`, `UserAddressDetail`.`created`, `UserAddressDetail`.`modified`, `UserAddressDetail`.`deleted`, `UserAddressDetail`.`deleted_date` FROM `docnecpr_southafrica_live1`.`user_address_details` AS `UserAddressDetail` WHERE `UserAddressDetail`.`user_id` = 76 | | 0 | 0 | 0 |
10 | SELECT `UserPractice`.`id`, `UserPractice`.`user_id`, `UserPractice`.`practice_id`, `UserPractice`.`role_id`, `UserPractice`.`is_bookable`, `UserPractice`.`consultation_duration_minutes`, `UserPractice`.`is_verified`, `UserPractice`.`is_active`, `UserPractice`.`created`, `UserPractice`.`modified`, `UserPractice`.`deleted`, `UserPractice`.`deleted_date` FROM `docnecpr_southafrica_live1`.`user_practices` AS `UserPractice` WHERE `UserPractice`.`deleted` = '' AND `UserPractice`.`user_id` = (76) | | 1 | 1 | 2 |
11 | SELECT `Event`.`id`, `Event`.`event_type_id`, `Event`.`event_status_id`, `Event`.`user_id`, `Event`.`user_practice_id`, `Event`.`title`, `Event`.`details`, `Event`.`start_date`, `Event`.`end_date`, `Event`.`is_all_day`, `Event`.`is_active`, `Event`.`created`, `Event`.`modified`, `Event`.`deleted`, `Event`.`deleted_date` FROM `docnecpr_southafrica_live1`.`events` AS `Event` WHERE `Event`.`user_id` = (76) | | 0 | 0 | 0 |
12 | SELECT `UserMedicalAidDependant`.`id`, `UserMedicalAidDependant`.`user_id`, `UserMedicalAidDependant`.`full_name`, `UserMedicalAidDependant`.`gender_id`, `UserMedicalAidDependant`.`dependant_code`, `UserMedicalAidDependant`.`dependant_dob`, `UserMedicalAidDependant`.`id_number`, `UserMedicalAidDependant`.`created`, `UserMedicalAidDependant`.`modified`, `UserMedicalAidDependant`.`deleted`, `UserMedicalAidDependant`.`deleted_date` FROM `docnecpr_southafrica_live1`.`user_medical_aid_dependants` AS `UserMedicalAidDependant` WHERE `UserMedicalAidDependant`.`user_id` = (76) | | 0 | 0 | 0 |
13 | SELECT `PracticeType`.`id`, `PracticeType`.`name`, `PracticeType`.`slug`, `PracticeType`.`is_general`, `PracticeType`.`ordering`, `PracticeType`.`is_active`, `PracticeType`.`created`, `PracticeType`.`modified`, `PracticeType`.`deleted`, `PracticeType`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practice_types` AS `PracticeType` WHERE `PracticeType`.`id` = 1 | | 1 | 1 | 0 |
14 | SELECT `UserPractice`.`id`, `UserPractice`.`user_id`, `UserPractice`.`practice_id`, `UserPractice`.`role_id`, `UserPractice`.`is_bookable`, `UserPractice`.`consultation_duration_minutes`, `UserPractice`.`is_verified`, `UserPractice`.`is_active`, `UserPractice`.`created`, `UserPractice`.`modified`, `UserPractice`.`deleted`, `UserPractice`.`deleted_date` FROM `docnecpr_southafrica_live1`.`user_practices` AS `UserPractice` WHERE `UserPractice`.`deleted` = '' AND `UserPractice`.`role_id` = (1) | | 4211 | 4211 | 6 |
15 | SELECT `PractitionerPracticesAvailability`.`id`, `PractitionerPracticesAvailability`.`user_practices_id`, `PractitionerPracticesAvailability`.`mon`, `PractitionerPracticesAvailability`.`tue`, `PractitionerPracticesAvailability`.`wed`, `PractitionerPracticesAvailability`.`thu`, `PractitionerPracticesAvailability`.`fri`, `PractitionerPracticesAvailability`.`sat`, `PractitionerPracticesAvailability`.`sun`, `PractitionerPracticesAvailability`.`repeat_every_weeks`, `PractitionerPracticesAvailability`.`repeat_from_date`, `PractitionerPracticesAvailability`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesAvailability`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesAvailability`.`created`, `PractitionerPracticesAvailability`.`modified`, `PractitionerPracticesAvailability`.`deleted`, `PractitionerPracticesAvailability`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_availability` AS `PractitionerPracticesAvailability` WHERE `PractitionerPracticesAvailability`.`user_practices_id` = (47) | | 1 | 1 | 3 |
16 | SELECT `UserPractices`.`id`, `UserPractices`.`user_id`, `UserPractices`.`practice_id`, `UserPractices`.`role_id`, `UserPractices`.`is_bookable`, `UserPractices`.`consultation_duration_minutes`, `UserPractices`.`is_verified`, `UserPractices`.`is_active`, `UserPractices`.`created`, `UserPractices`.`modified`, `UserPractices`.`deleted`, `UserPractices`.`deleted_date` FROM `docnecpr_southafrica_live1`.`user_practices` AS `UserPractices` WHERE `UserPractices`.`id` = 47 | | 1 | 1 | 0 |
17 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = (47) | | 0 | 0 | 0 |
18 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = (47) | | 0 | 0 | 0 |
19 | SELECT `UserPractice`.`id`, `UserPractice`.`user_id`, `UserPractice`.`practice_id`, `UserPractice`.`role_id`, `UserPractice`.`is_bookable`, `UserPractice`.`consultation_duration_minutes`, `UserPractice`.`is_verified`, `UserPractice`.`is_active`, `UserPractice`.`created`, `UserPractice`.`modified`, `UserPractice`.`deleted`, `UserPractice`.`deleted_date`, `User`.`id`, `User`.`email`, `User`.`password`, `User`.`timezone`, `User`.`group_id`, `User`.`is_verified`, `User`.`verification_code`, `User`.`remember_me`, `User`.`primary_practice_id`, `User`.`activated`, `User`.`created`, `User`.`modified`, `User`.`deleted`, `User`.`deleted_date`, `Practice`.`id`, `Practice`.`city_id`, `Practice`.`name`, `Practice`.`picture_url`, `Practice`.`practice_type_id`, `Practice`.`practice_number`, `Practice`.`utc_open_time_hh_mm_ss`, `Practice`.`utc_close_time_hh_mm_ss`, `Practice`.`consultation_duration_minutes`, `Practice`.`address_1`, `Practice`.`address_2`, `Practice`.`address_3`, `Practice`.`city`, `Practice`.`suburb`, `Practice`.`province`, `Practice`.`postal_address_1`, `Practice`.`postal_address_2`, `Practice`.`postal_address_3`, `Practice`.`postal_postal_code`, `Practice`.`postal_city`, `Practice`.`postal_province`, `Practice`.`postal_code`, `Practice`.`tel`, `Practice`.`fax`, `Practice`.`email`, `Practice`.`lat`, `Practice`.`lng`, `Practice`.`timezone`, `Practice`.`geo`, `Practice`.`accuracy`, `Practice`.`created`, `Practice`.`modified`, `Practice`.`source`, `Practice`.`is_verified`, `Practice`.`is_active`, `Practice`.`deleted`, `Practice`.`deleted_date`, `Role`.`id`, `Role`.`name`, `Role`.`label`, `Role`.`display_order`, `Role`.`created`, `Role`.`modified`, `Role`.`deleted`, `Role`.`deleted_date` FROM `docnecpr_southafrica_live1`.`user_practices` AS `UserPractice` LEFT JOIN `docnecpr_southafrica_live1`.`users` AS `User` ON (`UserPractice`.`user_id` = `User`.`id`) LEFT JOIN `docnecpr_southafrica_live1`.`practices` AS `Practice` ON (`UserPractice`.`practice_id` = `Practice`.`id`) LEFT JOIN `docnecpr_southafrica_live1`.`roles` AS `Role` ON (`UserPractice`.`role_id` = `Role`.`id`) WHERE `UserPractice`.`id` = 47 AND `UserPractice`.`deleted` = '' LIMIT 1 | | 1 | 1 | 0 |
20 | SELECT `PractitionerPracticesAvailability`.`id`, `PractitionerPracticesAvailability`.`user_practices_id`, `PractitionerPracticesAvailability`.`mon`, `PractitionerPracticesAvailability`.`tue`, `PractitionerPracticesAvailability`.`wed`, `PractitionerPracticesAvailability`.`thu`, `PractitionerPracticesAvailability`.`fri`, `PractitionerPracticesAvailability`.`sat`, `PractitionerPracticesAvailability`.`sun`, `PractitionerPracticesAvailability`.`repeat_every_weeks`, `PractitionerPracticesAvailability`.`repeat_from_date`, `PractitionerPracticesAvailability`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesAvailability`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesAvailability`.`created`, `PractitionerPracticesAvailability`.`modified`, `PractitionerPracticesAvailability`.`deleted`, `PractitionerPracticesAvailability`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_availability` AS `PractitionerPracticesAvailability` WHERE `PractitionerPracticesAvailability`.`user_practices_id` = (47) | | 1 | 1 | 2 |
21 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = (47) | | 0 | 0 | 0 |
22 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = (47) | | 0 | 0 | 0 |
23 | SELECT `EventStatus`.`id`, `EventStatus`.`name` FROM `docnecpr_southafrica_live1`.`event_statuses` AS `EventStatus` WHERE `EventStatus`.`name` IN ('Pending', 'Confirmed') AND `EventStatus`.`deleted` = '' | | 2 | 2 | 0 |
24 | SELECT `Event`.`id`, `Event`.`event_type_id`, `Event`.`event_status_id`, `Event`.`user_id`, `Event`.`user_practice_id`, `Event`.`title`, `Event`.`details`, `Event`.`start_date`, `Event`.`end_date`, `Event`.`is_all_day`, `Event`.`is_active`, `Event`.`created`, `Event`.`modified`, `Event`.`deleted`, `Event`.`deleted_date`, `EventType`.`id`, `EventType`.`name`, `EventType`.`event_code`, `EventType`.`color`, `EventType`.`created`, `EventType`.`modified`, `EventType`.`deleted`, `EventType`.`deleted_date`, `UserPractice`.`id`, `UserPractice`.`user_id`, `UserPractice`.`practice_id`, `UserPractice`.`role_id`, `UserPractice`.`is_bookable`, `UserPractice`.`consultation_duration_minutes`, `UserPractice`.`is_verified`, `UserPractice`.`is_active`, `UserPractice`.`created`, `UserPractice`.`modified`, `UserPractice`.`deleted`, `UserPractice`.`deleted_date`, `EventStatus`.`id`, `EventStatus`.`name`, `EventStatus`.`created`, `EventStatus`.`modified`, `EventStatus`.`deleted`, `EventStatus`.`deleted_date` FROM `docnecpr_southafrica_live1`.`events` AS `Event` LEFT JOIN `docnecpr_southafrica_live1`.`event_types` AS `EventType` ON (`Event`.`event_type_id` = `EventType`.`id`) LEFT JOIN `docnecpr_southafrica_live1`.`user_practices` AS `UserPractice` ON (`Event`.`user_practice_id` = `UserPractice`.`id`) LEFT JOIN `docnecpr_southafrica_live1`.`event_statuses` AS `EventStatus` ON (`Event`.`event_status_id` = `EventStatus`.`id`) WHERE `Event`.`start_date` >= '2025-07-07 07:00:00' AND `Event`.`end_date` <= '2025-09-08 15:00:00' AND `Event`.`user_practice_id` = 47 AND `Event`.`event_status_id` IN (1, 2) AND `Event`.`deleted` = '' | | 0 | 0 | 0 |
25 | SELECT `PractitionerPracticesAvailability`.`id`, `PractitionerPracticesAvailability`.`user_practices_id`, `PractitionerPracticesAvailability`.`mon`, `PractitionerPracticesAvailability`.`tue`, `PractitionerPracticesAvailability`.`wed`, `PractitionerPracticesAvailability`.`thu`, `PractitionerPracticesAvailability`.`fri`, `PractitionerPracticesAvailability`.`sat`, `PractitionerPracticesAvailability`.`sun`, `PractitionerPracticesAvailability`.`repeat_every_weeks`, `PractitionerPracticesAvailability`.`repeat_from_date`, `PractitionerPracticesAvailability`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesAvailability`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesAvailability`.`created`, `PractitionerPracticesAvailability`.`modified`, `PractitionerPracticesAvailability`.`deleted`, `PractitionerPracticesAvailability`.`deleted_date`, `UserPractices`.`id`, `UserPractices`.`user_id`, `UserPractices`.`practice_id`, `UserPractices`.`role_id`, `UserPractices`.`is_bookable`, `UserPractices`.`consultation_duration_minutes`, `UserPractices`.`is_verified`, `UserPractices`.`is_active`, `UserPractices`.`created`, `UserPractices`.`modified`, `UserPractices`.`deleted`, `UserPractices`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_availability` AS `PractitionerPracticesAvailability` LEFT JOIN `docnecpr_southafrica_live1`.`user_practices` AS `UserPractices` ON (`PractitionerPracticesAvailability`.`user_practices_id` = `UserPractices`.`id`) WHERE `PractitionerPracticesAvailability`.`user_practices_id` = 47 AND `PractitionerPracticesAvailability`.`deleted` = '' | | 1 | 1 | 3 |
26 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
27 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
28 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
29 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
30 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
31 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
32 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
33 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
34 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
35 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
36 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
37 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
38 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
39 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
40 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
41 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
42 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
43 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
44 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
45 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
46 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
47 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
48 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
49 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
50 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
51 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
52 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
53 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
54 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
55 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
56 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
57 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
58 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
59 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
60 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
61 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
62 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
63 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
64 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
65 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
66 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
67 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
68 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
69 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
70 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
71 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
72 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
73 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
74 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
75 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
76 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
77 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
78 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
79 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
80 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
81 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
82 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
83 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
84 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
85 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
86 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
87 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
88 | SELECT `PractitionerPracticesBreak`.`id`, `PractitionerPracticesBreak`.`user_practices_id`, `PractitionerPracticesBreak`.`mon`, `PractitionerPracticesBreak`.`tue`, `PractitionerPracticesBreak`.`wed`, `PractitionerPracticesBreak`.`thu`, `PractitionerPracticesBreak`.`fri`, `PractitionerPracticesBreak`.`sat`, `PractitionerPracticesBreak`.`sun`, `PractitionerPracticesBreak`.`repeat_every_weeks`, `PractitionerPracticesBreak`.`repeat_from_date`, `PractitionerPracticesBreak`.`utc_start_time_hh_mm_ss`, `PractitionerPracticesBreak`.`utc_end_time_hh_mm_ss`, `PractitionerPracticesBreak`.`created`, `PractitionerPracticesBreak`.`modified`, `PractitionerPracticesBreak`.`deleted`, `PractitionerPracticesBreak`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_breaks` AS `PractitionerPracticesBreak` WHERE `PractitionerPracticesBreak`.`user_practices_id` = 47 AND `PractitionerPracticesBreak`.`deleted` = '' | | 0 | 0 | 0 |
89 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
90 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
91 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
92 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
93 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
94 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
95 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
96 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
97 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
98 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
99 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
100 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
101 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
102 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
103 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
104 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
105 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
106 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
107 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
108 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
109 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
110 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
111 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
112 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
113 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
114 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
115 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
116 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
117 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
118 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
119 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
120 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
121 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
122 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
123 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
124 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
125 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
126 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
127 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
128 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
129 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
130 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
131 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
132 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
133 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
134 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
135 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
136 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
137 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
138 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
139 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
140 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
141 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
142 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
143 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
144 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
145 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
146 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
147 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
148 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
149 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
150 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
151 | SELECT `PractitionerPracticesLeave`.`id`, `PractitionerPracticesLeave`.`user_practices_id`, `PractitionerPracticesLeave`.`start_date`, `PractitionerPracticesLeave`.`end_date`, `PractitionerPracticesLeave`.`is_fullday`, `PractitionerPracticesLeave`.`created`, `PractitionerPracticesLeave`.`modified`, `PractitionerPracticesLeave`.`deleted`, `PractitionerPracticesLeave`.`deleted_date` FROM `docnecpr_southafrica_live1`.`practitioner_practices_leave` AS `PractitionerPracticesLeave` WHERE `PractitionerPracticesLeave`.`user_practices_id` = 47 AND `PractitionerPracticesLeave`.`deleted` = '' | | 0 | 0 | 0 |
152 | SELECT `EventStatus`.`id`, `EventStatus`.`name`, `EventStatus`.`created`, `EventStatus`.`modified`, `EventStatus`.`deleted`, `EventStatus`.`deleted_date` FROM `docnecpr_southafrica_live1`.`event_statuses` AS `EventStatus` WHERE `EventStatus`.`name` = 'Pending' AND `EventStatus`.`deleted` = '' LIMIT 1 | | 1 | 1 | 0 |
153 | SELECT `PracticeType`.`slug`, `PracticeType`.`name` FROM `docnecpr_southafrica_live1`.`practice_types` AS `PracticeType` WHERE `PracticeType`.`is_active` = 1 AND `PracticeType`.`is_general` = 1 AND `PracticeType`.`deleted` = '' ORDER BY `PracticeType`.`is_general` DESC, `PracticeType`.`ordering` ASC, `PracticeType`.`name` ASC | | 3 | 3 | 0 |
154 | SELECT `PracticeType`.`slug`, `PracticeType`.`name` FROM `docnecpr_southafrica_live1`.`practice_types` AS `PracticeType` WHERE `PracticeType`.`is_active` = 1 AND `PracticeType`.`is_general` = 0 AND `PracticeType`.`deleted` = '' ORDER BY `PracticeType`.`is_general` DESC, `PracticeType`.`ordering` ASC, `PracticeType`.`name` ASC | | 26 | 26 | 0 |