0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (4438, 24532)430μsmoms_dev
Bindings
0: 4438
1: 24532
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` =6740and `posts`.`deleted_at` isnull390μsmoms_dev
Bindings
0: 6740
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (2126, 8364, 24498)320μsmoms_dev
Bindings
0: 2126
1: 8364
2: 24498
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in ('')140μsmoms_dev
Bindings
0:
Hints
0: Use SELECT * only if you need all columns from table
Причин может быть много. Сделайте тест для начала.
А может к дождю)