select*from `bravo_space_translations` where `locale` ='en'and `bravo_space_translations`.`origin_id` in (12) and `bravo_space_translations`.`deleted_at` isnull790μsj72lq_dardarkSpaceController.php#109
Bindings
0: en
Hints
0: Use SELECT * only if you need all columns from table
select*from `user_wishlist` where `object_model` ='space'and `user_id` =0and `user_wishlist`.`object_id` in (12)490μsj72lq_dardarkSpaceController.php#109
Bindings
0: space
1: 0
Hints
0: Use SELECT * only if you need all columns from table
selectcount(*) as aggregate from `bravo_review` where `object_id` =12and `object_model` ='space'and `status` ='approved'and `bravo_review`.`deleted_at` isnull1.09msj72lq_dardarkSpace.php#711
select*from `location_category_translations` where `locale` ='en'and `location_category_translations`.`origin_id` in (1, 2, 3)330μsj72lq_dardarkSpaceController.php#124
Bindings
0: en
Hints
0: Use SELECT * only if you need all columns from table
selectAVG(rate_number) as score_total , COUNT(id) as total_review from `bravo_review` where `object_id` =12and `object_model` ='space'and `status` ='approved'and `bravo_review`.`deleted_at` isnull limit 1810μsj72lq_dardarkSpace.php#657
Bindings
0: 12
1: space
2: approved
Hints
0:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
selectCOUNT( id ) AS total_review, COUNT( CASEWHEN rate_number >=4THEN1ELSEnullEND ) as total_review_recommend from `bravo_review` where `object_id` =12and `object_model` ='space'and `status` ='approved'and `bravo_review`.`deleted_at` isnull limit 11.21msj72lq_dardarkBookable.php#359
Bindings
0: 12
1: space
2: approved
Hints
0:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan