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` =6898and `posts`.`deleted_at` isnull380μsmoms_dev
Bindings
0: 6898
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (12561, 20328, 24620)340μsmoms_dev
Bindings
0: 12561
1: 20328
2: 24620
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in (269, 278026)210μsmoms_dev
Bindings
0: 269
1: 278026
Hints
0: Use SELECT * only if you need all columns from table