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