selectcount(*) as aggregate from (select `bravo_offers`.*from `bravo_offers` where `bravo_offers`.`status` ='publish'and `bravo_offers`.`deleted_at` isnullgroupby `bravo_offers`.`id`) as `aggregate_table`3.97msaz_azOfferController.php#53
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 3, 4, 5, 6, 7) and `bravo_locations`.`deleted_at` isnull990μsaz_azOfferController.php#53
Hints
0: Use SELECT * only if you need all columns from table
select*from `bravo_location_translations` where `locale` ='de_AT'and `bravo_location_translations`.`origin_id` in (6, 7)810μsaz_azOfferController.php#53
Bindings
0: de_AT
Hints
0: Use SELECT * only if you need all columns from table