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` =11330and `posts`.`deleted_at` isnull300μsmoms_dev
Bindings
0: 11330
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (13932, 32129)360μsmoms_dev
Bindings
0: 13932
1: 32129
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in ('')130μsmoms_dev
Bindings
0:
Hints
0: Use SELECT * only if you need all columns from table