selectcount(*) as aggregate from (select `bravo_books`.*from `bravo_books` where `bravo_books`.`status` ='publish'and `bravo_books`.`deleted_at` isnullgroupby `bravo_books`.`id`) as `aggregate_table`5.85msdrtu_drturkBookController.php#53
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 3, 4) and `bravo_locations`.`deleted_at` isnull1.88msdrtu_drturkBookController.php#53
Hints
0: Use SELECT * only if you need all columns from table