select*from `bravo_car_translations` where `locale` ='zh'and `bravo_car_translations`.`origin_id` in (82) and `bravo_car_translations`.`deleted_at` isnull370μsvipcappadoc_db6548CarController.php#144
Bindings
0: zh
Hints
0: Use SELECT * only if you need all columns from table
select*from `user_wishlist` where `object_model` ='car'and `user_id` =0and `user_wishlist`.`object_id` in (82)300μsvipcappadoc_db6548CarController.php#144
Bindings
0: car
1: 0
Hints
0: Use SELECT * only if you need all columns from table
selectcount(*) as aggregate from `bravo_review` where `object_id` =82and `object_model` ='car'and `status` ='approved'and `bravo_review`.`deleted_at` isnull830μsvipcappadoc_db6548Car.php#642
selectAVG(rate_number) as score_total , COUNT(id) as total_review from `bravo_review` where `object_id` =82and `object_model` ='car'and `status` ='approved'and `bravo_review`.`deleted_at` isnull limit 1510μsvipcappadoc_db6548Car.php#588
Bindings
0: 82
1: car
2: approved
Hints
0:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
selectAVG(rate_number) as score_total , COUNT(id) as total_review from `bravo_review` where `object_id` =82and `object_model` ='car'and `status` ='approved'and `bravo_review`.`deleted_at` isnull limit 1690μsvipcappadoc_db6548Car.php#588
Bindings
0: 82
1: car
2: approved
Hints
0:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan