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` =13267and `posts`.`deleted_at` isnull320μsmoms_dev
Bindings
0: 13267
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (43188, 43424)310μsmoms_dev
Bindings
0: 43188
1: 43424
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in (4400, 4778059)200μsmoms_dev
Bindings
0: 4400
1: 4778059
Hints
0: Use SELECT * only if you need all columns from table