0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (435, 3573, 3733, 39502, 40326)390μsmoms_dev
Bindings
0: 435
1: 3573
2: 3733
3: 39502
4: 40326
Hints
0: Use SELECT * only if you need all columns from table
select*from `comments` where `comments`.`id` =120221and `comments`.`deleted_at` isnull limit 1190μsmoms_dev
Bindings
0: 120221
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 (3733)210μsmoms_dev
Bindings
0: 3733
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` =11082and `posts`.`deleted_at` isnull320μsmoms_dev
Bindings
0: 11082
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (20646, 37854, 40133)320μsmoms_dev
Bindings
0: 20646
1: 37854
2: 40133
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in (2317, 2499, 10119)220μsmoms_dev
Bindings
0: 2317
1: 2499
2: 10119
Hints
0: Use SELECT * only if you need all columns from table
Спасибо девочки