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