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` =13801and `posts`.`deleted_at` isnull470μsmoms_dev
Bindings
0: 13801
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (44017, 44446)270μsmoms_dev
Bindings
0: 44017
1: 44446
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in (1419, 5646)320μsmoms_dev
Bindings
0: 1419
1: 5646
Hints
0: Use SELECT * only if you need all columns from table