selectcount(*) as aggregate from `bravo_tours` where (`author_id` =6and `status` ='publish') and `bravo_tours`.`deleted_at` isnull440μsu777078346_enjoyportalProfileController.php#73
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 3, 4) and `bravo_locations`.`deleted_at` isnull300μsu777078346_enjoyportalProfileController.php#73
Hints
0: Use SELECT * only if you need all columns from table
selectcount(`id`) as aggregate from `bravo_review` where `vendor_id` =6and `status` ='approved'and `bravo_review`.`deleted_at` isnull320μsu777078346_enjoyportalUser.php#291
selectcount(`id`) as aggregate from `bravo_review` where `vendor_id` =6and `status` ='approved'and `bravo_review`.`deleted_at` isnull290μsu777078346_enjoyportalUser.php#291