selectcount(*) as aggregate from (select `bravo_psychologists`.*from `bravo_psychologists` where `bravo_psychologists`.`status` ='publish'and `bravo_psychologists`.`deleted_at` isnullgroupby `bravo_psychologists`.`id`) as `aggregate_table`3.51msdrtu_drturkPsychologistController.php#53
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 3, 4) and `bravo_locations`.`deleted_at` isnull950μsdrtu_drturkPsychologistController.php#53
Hints
0: Use SELECT * only if you need all columns from table