select*from `users` where `users`.`id` ='12337'and `users`.`deleted_at` isnull limit 1940μsmoms_dev
Bindings
0: 12337
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` =12337and `sender_type` ='user') or (`recipient_id` =12337and `recipient_type` ='user')) and `status` =1360μsmoms_dev
Bindings
0: 12337
1: user
2: 12337
3: user
4: 1
selectcount(*) as aggregate from `users` where `id` !=12337and `id` in (12337, 11219, 12337, 12337, 12337, 17102, 12337, 12337, 2319, 12337, 11417, 12555, 19072, 12337, 20846, 21271) and `users`.`deleted_at` isnull460μsmoms_dev
Bindings
0: 12337
1: 12337
2: 11219
3: 12337
4: 12337
5: 12337
6: 17102
7: 12337
8: 12337
9: 2319
10: 12337
11: 11417
12: 12555
13: 19072
14: 12337
15: 20846
16: 21271
Hints
0: The != operator is not standard. Use the <> operator to test for inequality instead.
select*from `users` where `id` !=12337and `id` in (12337, 11219, 12337, 12337, 12337, 17102, 12337, 12337, 2319, 12337, 11417, 12555, 19072, 12337, 20846, 21271) and `users`.`deleted_at` isnull limit 16offset0860μsmoms_dev
Bindings
0: 12337
1: 12337
2: 11219
3: 12337
4: 12337
5: 12337
6: 17102
7: 12337
8: 12337
9: 2319
10: 12337
11: 11417
12: 12555
13: 19072
14: 12337
15: 20846
16: 21271
Hints
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` =110741629and `geo_city`.`id` isnotnull limit 1300μsmoms_dev
Bindings
0: 110741629
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` =12337and `childs`.`user_id` isnotnulland `childs`.`deleted_at` isnull11.28msmoms_dev
Bindings
0: 12337
Hints
0: Use SELECT * only if you need all columns from table
select*from `users_stats` where `users_stats`.`user_id` =12337and `users_stats`.`user_id` isnotnull limit 1130μsmoms_dev
Bindings
0: 12337
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` =12337and `sender_type` ='user') or (`recipient_id` =12337and `recipient_type` ='user')) and `status` =1210μsmoms_dev