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