0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (542, 827, 8481, 27732)380μsmoms_dev
Bindings
0: 542
1: 827
2: 8481
3: 27732
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` =8440and `posts`.`deleted_at` isnull360μsmoms_dev
Bindings
0: 8440
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (23230, 24888)330μsmoms_dev
Bindings
0: 23230
1: 24888
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in ('', 3612)200μsmoms_dev
Bindings
0:
1: 3612
Hints
0: Use SELECT * only if you need all columns from table
Спасибо!