devilcars_test_dc890μsselect*from `sessions` where `id` ='slw8U3suAM3aXQhoJSSfKjSn55rIJEAFuqw8pga7'limit1
Bindings
0:slw8U3suAM3aXQhoJSSfKjSn55rIJEAFuqw8pga7
Hints
Use SELECT * only if you need all columns from table
LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
devilcars_test_dc590μsselect*from `sites` where `url` ='devil-cars.ovh'and `sites`.`deleted_at` isnulllimit1
Bindings
0:devil-cars.ovh
Hints
Use SELECT * only if you need all columns from table
LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
devilcars_test_dc890μsselectcount(*) as aggregate from `posts` where `site_id` =1andexists (select*from `categories` where `posts`.`category_id` = `categories`.`id` and `id` ='5')
Bindings
0:1
1:5
devilcars_test_dc1.66msselect*from `posts` where `site_id` =1andexists (select*from `categories` where `posts`.`category_id` = `categories`.`id` and `id` ='5') orderby `created_at` desclimit12offset0
Bindings
0:1
1:5
Hints
Use SELECT * only if you need all columns from table
devilcars_test_dc22.83msselect `text`, `key` from `translations` where `group` ='site'and `ln` ='pl'and `text` isnot nulland `translations`.`deleted_at` isnull
Bindings
0:site
1:pl
devilcars_test_dc1.21msselect*from `posts` where `site_id` =1orderby `created_at` desclimit3
Bindings
0:1
Hints
Use SELECT * only if you need all columns from table