0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (9, 44664)1.03msmoms_dev
Bindings
0: 9
1: 44664
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` =13861and `posts`.`deleted_at` isnull900μsmoms_dev
Bindings
0: 13861
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (2)560μsmoms_dev
Bindings
0: 2
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in (4962)1.42msmoms_dev
Bindings
0: 4962
Hints
0: Use SELECT * only if you need all columns from table
какая красота 😍