0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (16449)530μsmoms_dev
Bindings
0: 16449
Hints
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` =9893and `posts`.`deleted_at` isnull450μsmoms_dev
Bindings
0: 9893
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (7032, 28111, 35108)580μsmoms_dev
Bindings
0: 7032
1: 28111
2: 35108
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in (4400, 5269, 5414)490μsmoms_dev
Bindings
0: 4400
1: 5269
2: 5414
Hints
0: Use SELECT * only if you need all columns from table