select*from `users` where `users`.`id` ='6694'and `users`.`deleted_at` isnull limit 11.24msmoms_dev
Bindings
0: 6694
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select `sender_id`, `recipient_id` from `friendships` where ((`sender_id` =6694and `sender_type` ='user') or (`recipient_id` =6694and `recipient_type` ='user')) and `status` =11.05msmoms_dev
Bindings
0: 6694
1: user
2: 6694
3: user
4: 1
selectcount(*) as aggregate from `users` where `id` !=6694and `id` in (6694, 6694, 6694, 5332, 6694, 6694, 6694, 6694, 6694, 6694, 16646, 17087, 6694, 6694, 6694, 6694, 6694, 42872, 6970, 9291, 9741, 6694, 12117, 12554, 13508, 15771, 15943, 15120, 6694, 6694, 18953, 20846, 34414, 41011, 39933, 6694) and `users`.`deleted_at` isnull520μsmoms_dev
Bindings
0: 6694
1: 6694
2: 6694
3: 6694
4: 5332
5: 6694
6: 6694
7: 6694
8: 6694
9: 6694
10: 6694
11: 16646
12: 17087
13: 6694
14: 6694
15: 6694
16: 6694
17: 6694
18: 42872
19: 6970
20: 9291
21: 9741
22: 6694
23: 12117
24: 12554
25: 13508
26: 15771
27: 15943
28: 15120
29: 6694
30: 6694
31: 18953
32: 20846
33: 34414
34: 41011
35: 39933
36: 6694
Hints
0: The != operator is not standard. Use the <> operator to test for inequality instead.
0: Use SELECT * only if you need all columns from table
1: The != operator is not standard. Use the <> operator to test for inequality instead.
2:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select*from `geo_city` where `geo_city`.`id` =10532and `geo_city`.`id` isnotnull limit 1220μsmoms_dev
Bindings
0: 10532
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select*from `childs` where `childs`.`user_id` =6694and `childs`.`user_id` isnotnulland `childs`.`deleted_at` isnull10.77msmoms_dev
Bindings
0: 6694
Hints
0: Use SELECT * only if you need all columns from table
select*from `users_stats` where `users_stats`.`user_id` =6694and `users_stats`.`user_id` isnotnull limit 1240μsmoms_dev
Bindings
0: 6694
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
selectcount(*) as aggregate from `friendships` where ((`sender_id` =6694and `sender_type` ='user') or (`recipient_id` =6694and `recipient_type` ='user')) and `status` =1300μsmoms_dev