selectcount(*) as aggregate from (select `bravo_flowers`.*from `bravo_flowers` where `bravo_flowers`.`status` ='publish'and `bravo_flowers`.`deleted_at` isnullgroupby `bravo_flowers`.`id`) as `aggregate_table`6.14msdrtu_drturkFlowerController.php#53
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 3, 5, 6, 7) and `bravo_locations`.`deleted_at` isnull1.05msdrtu_drturkFlowerController.php#53
Hints
0: Use SELECT * only if you need all columns from table
select*from `bravo_location_translations` where `locale` ='en'and `bravo_location_translations`.`origin_id` in (6, 7)940μsdrtu_drturkFlowerController.php#53
Bindings
0: en
Hints
0: Use SELECT * only if you need all columns from table