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` =10639and `posts`.`deleted_at` isnull710μsmoms_dev
Bindings
0: 10639
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (17512, 19857, 34796)400μsmoms_dev
Bindings
0: 17512
1: 19857
2: 34796
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in (2808, 4400, 9885)820μsmoms_dev
Bindings
0: 2808
1: 4400
2: 9885
Hints
0: Use SELECT * only if you need all columns from table