0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (3503, 3965, 5852, 31582)280μsmoms_dev
Bindings
0: 3503
1: 3965
2: 5852
3: 31582
Hints
0: Use SELECT * only if you need all columns from table
select*from `comments` where `comments`.`id` =111192and `comments`.`deleted_at` isnull limit 1360μsmoms_dev
Bindings
0: 111192
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 (3503)200μsmoms_dev
Bindings
0: 3503
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` =10018and `posts`.`deleted_at` isnull240μsmoms_dev
Bindings
0: 10018
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (3234, 8646, 18189)250μsmoms_dev
Bindings
0: 3234
1: 8646
2: 18189
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in (334, 4079, 5269)180μsmoms_dev
Bindings
0: 334
1: 4079
2: 5269
Hints
0: Use SELECT * only if you need all columns from table
Вы как-то подбирали? Я вот тоже начала давать нан, вроде нормально всё, ну даю только второй день, но колики нас покинули ???