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` =13473and `posts`.`deleted_at` isnull640μsmoms_dev
Bindings
0: 13473
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (9, 8486, 37713)470μsmoms_dev
Bindings
0: 9
1: 8486
2: 37713
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in (4079, 4400, 5269)400μsmoms_dev
Bindings
0: 4079
1: 4400
2: 5269
Hints
0: Use SELECT * only if you need all columns from table