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` =11585and `posts`.`deleted_at` isnull420μsmoms_dev
Bindings
0: 11585
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (23284, 40586, 41178)400μsmoms_dev
Bindings
0: 23284
1: 40586
2: 41178
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in ('', 4710, 9885)500μsmoms_dev
Bindings
0:
1: 4710
2: 9885
Hints
0: Use SELECT * only if you need all columns from table