0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (8464, 11806)270μsmoms_dev
Bindings
0: 8464
1: 11806
Hints
0: Use SELECT * only if you need all columns from table
select*from `comments` where `comments`.`id` =55196and `comments`.`deleted_at` isnull limit 1250μsmoms_dev
Bindings
0: 55196
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 (8464)200μsmoms_dev
Bindings
0: 8464
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` =5082and `posts`.`deleted_at` isnull240μsmoms_dev
Bindings
0: 5082
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (20074, 20327, 20332)330μsmoms_dev
Bindings
0: 20074
1: 20327
2: 20332
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in ('', 4778059)100μsmoms_dev
Bindings
0:
1: 4778059
Hints
0: Use SELECT * only if you need all columns from table
К сожалению нет.. И на Авито тоже нет ??