selectcount(*) as aggregate from (select `bravo_emlaks`.*from `bravo_emlaks` where `bravo_emlaks`.`status` ='publish'and `bravo_emlaks`.`deleted_at` isnullgroupby `bravo_emlaks`.`id`) as `aggregate_table`3.64msguve_guvenustaEmlakController.php#53
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 3, 4, 6) and `bravo_locations`.`deleted_at` isnull780μsguve_guvenustaEmlakController.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)740μsguve_guvenustaEmlakController.php#53
Bindings
0: de_AT
Hints
0: Use SELECT * only if you need all columns from table