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