| 1 |
0.10 ms
|
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.email_verified_at AS email_verified_at_4, t0.display_name AS display_name_5, t0.roles AS roles_6, t0.password AS password_7, t0.active AS active_8, t0.created_at AS created_at_9, t0.last_login_at AS last_login_at_10, t0.locale AS locale_11 FROM app_user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.email_verified_at AS email_verified_at_4, t0.display_name AS display_name_5, t0.roles AS roles_6, t0.password AS password_7, t0.active AS active_8, t0.created_at AS created_at_9, t0.last_login_at AS last_login_at_10, t0.locale AS locale_11 FROM app_user t0 WHERE t0.id = 27;
|
| 2 |
0.14 ms
|
SELECT a0_.id AS id_0, a0_.username AS username_1, a0_.email AS email_2, a0_.email_verified_at AS email_verified_at_3, a0_.display_name AS display_name_4, a0_.roles AS roles_5, a0_.password AS password_6, a0_.active AS active_7, a0_.created_at AS created_at_8, a0_.last_login_at AS last_login_at_9, a0_.locale AS locale_10 FROM app_user a0_ ORDER BY a0_.display_name ASC
SELECT a0_.id AS id_0, a0_.username AS username_1, a0_.email AS email_2, a0_.email_verified_at AS email_verified_at_3, a0_.display_name AS display_name_4, a0_.roles AS roles_5, a0_.password AS password_6, a0_.active AS active_7, a0_.created_at AS created_at_8, a0_.last_login_at AS last_login_at_9, a0_.locale AS locale_10 FROM app_user a0_ ORDER BY a0_.display_name ASC;
|
| 3 |
0.12 ms
|
SELECT r0_.taken_by_id AS sclr_0, COUNT(r0_.id) AS sclr_1 FROM ride r0_ WHERE r0_.taken_by_id IS NOT NULL GROUP BY r0_.taken_by_id
SELECT r0_.taken_by_id AS sclr_0, COUNT(r0_.id) AS sclr_1 FROM ride r0_ WHERE r0_.taken_by_id IS NOT NULL GROUP BY r0_.taken_by_id;
|
| 4 |
0.08 ms
|
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.email_verified_at AS email_verified_at_4, t0.display_name AS display_name_5, t0.roles AS roles_6, t0.password AS password_7, t0.active AS active_8, t0.created_at AS created_at_9, t0.last_login_at AS last_login_at_10, t0.locale AS locale_11 FROM app_user t0 WHERE t0.active = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.email_verified_at AS email_verified_at_4, t0.display_name AS display_name_5, t0.roles AS roles_6, t0.password AS password_7, t0.active AS active_8, t0.created_at AS created_at_9, t0.last_login_at AS last_login_at_10, t0.locale AS locale_11 FROM app_user t0 WHERE t0.active = 1;
|
| 5 |
0.10 ms
|
SELECT COUNT(d0_.id) AS sclr_0 FROM driver d0_ WHERE d0_.user_id IS NOT NULL
SELECT COUNT(d0_.id) AS sclr_0 FROM driver d0_ WHERE d0_.user_id IS NOT NULL;
|