0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (1882, 12538)260μsmoms_dev
Bindings
0: 1882
1: 12538
Hints
0: Use SELECT * only if you need all columns from table
select*from `comments` where `comments`.`id` =30779and `comments`.`deleted_at` isnull limit 1230μsmoms_dev
Bindings
0: 30779
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 (1882)250μsmoms_dev
Bindings
0: 1882
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` =3049and `posts`.`deleted_at` isnull320μsmoms_dev
Bindings
0: 3049
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (10877, 11158, 12555)310μsmoms_dev
Bindings
0: 10877
1: 11158
2: 12555
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in ('', 4549, 4778059)210μsmoms_dev
Bindings
0:
1: 4549
2: 4778059
Hints
0: Use SELECT * only if you need all columns from table
Посему?