0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (2126, 3082, 7213, 8639)430μsmoms_dev
Bindings
0: 2126
1: 3082
2: 7213
3: 8639
Hints
0: Use SELECT * only if you need all columns from table
select*from `comments` where `comments`.`id` =96907and `comments`.`deleted_at` isnull limit 1400μsmoms_dev
Bindings
0: 96907
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 `users` where `users`.`id` in (8639)320μsmoms_dev
Bindings
0: 8639
Hints
0: Use SELECT * only if you need all columns from table
select `posts`.*, `posts_seo_links`.`item_id` as `pivot_item_id`, `posts_seo_links`.`post_id` as `pivot_post_id` from `posts` innerjoin `posts_seo_links` on `posts`.`id` = `posts_seo_links`.`post_id` where `posts_seo_links`.`item_id` =8569and `posts`.`deleted_at` isnull3.48msmoms_dev
Bindings
0: 8569
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (6367, 6520, 13982)500μsmoms_dev
Bindings
0: 6367
1: 6520
2: 13982
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in ('')160μsmoms_dev
Bindings
0:
Hints
0: Use SELECT * only if you need all columns from table
Может кто сталкивался???