0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (2, 44664)940μsmoms_dev
Bindings
0: 2
1: 44664
Hints
0: Use SELECT * only if you need all columns from table
select*from `comments` where `comments`.`id` =135081and `comments`.`deleted_at` isnull limit 1250μsmoms_dev
Bindings
0: 135081
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select*from `users` where `users`.`id` in (2)270μsmoms_dev
Bindings
0: 2
Hints
0: Use SELECT * only if you need all columns from table
select*from `comments` where `comments`.`id` =135082and `comments`.`deleted_at` isnull limit 1210μsmoms_dev
Bindings
0: 135082
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select*from `users` where `users`.`id` in (2)180μsmoms_dev
Bindings
0: 2
Hints
0: Use SELECT * only if you need all columns from table
select*from `comments` where `comments`.`id` =135081and `comments`.`deleted_at` isnull limit 1150μsmoms_dev
Bindings
0: 135081
Hints
0: Use SELECT * only if you need all columns from table
1:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select*from `users` where `users`.`id` in (2)170μsmoms_dev
Bindings
0: 2
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` =13860and `posts`.`deleted_at` isnull310μsmoms_dev
Bindings
0: 13860
Hints
0: Use SELECT * only if you need all columns from table
select*from `users` where `users`.`id` in (2, 44664)160μsmoms_dev
Bindings
0: 2
1: 44664
Hints
0: Use SELECT * only if you need all columns from table
select*from `geo_city` where `geo_city`.`id` in ('', 4962)170μsmoms_dev
Bindings
0:
1: 4962
Hints
0: Use SELECT * only if you need all columns from table
level 1 comment
level 2 comment
level 3 comment