PeopleService.php#252findindpeople_prod1.89msselect*from `people` where `id` >0andexists (select*from `departments` innerjoin `department_person` on `departments`.`id` = `department_person`.`department_id` where `people`.`id` = `department_person`.`person_id` and `departmentnumber` ='CALIPHO')
Bindings
0:0
1:CALIPHO
Hints
Use SELECT * only if you need all columns from table