1 |
1.37 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.type AS type_6, t0.name AS name_7, t0.sname AS sname_8, t0.country AS country_9, t0.city AS city_10, t0.about AS about_11, t0.avatar AS avatar_12, t0.show_in_rating AS show_in_rating_13, t0.rating AS rating_14, t0.nickname AS nickname_15, t0.plan AS plan_16, t0.plan_end AS plan_end_17 FROM "user" t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.type AS type_6, t0.name AS name_7, t0.sname AS sname_8, t0.country AS country_9, t0.city AS city_10, t0.about AS about_11, t0.avatar AS avatar_12, t0.show_in_rating AS show_in_rating_13, t0.rating AS rating_14, t0.nickname AS nickname_15, t0.plan AS plan_16, t0.plan_end AS plan_end_17 FROM "user" t0 WHERE t0.id = 1;
|
2 |
1.23 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.is_verified AS is_verified_4, u0_.type AS type_5, u0_.name AS name_6, u0_.sname AS sname_7, u0_.country AS country_8, u0_.city AS city_9, u0_.about AS about_10, u0_.avatar AS avatar_11, u0_.show_in_rating AS show_in_rating_12, u0_.rating AS rating_13, u0_.nickname AS nickname_14, u0_.plan AS plan_15, u0_.plan_end AS plan_end_16 FROM "user" u0_ WHERE u0_.show_in_rating = true AND u0_.type = 1 ORDER BY u0_.rating DESC LIMIT 100
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.is_verified AS is_verified_4, u0_.type AS type_5, u0_.name AS name_6, u0_.sname AS sname_7, u0_.country AS country_8, u0_.city AS city_9, u0_.about AS about_10, u0_.avatar AS avatar_11, u0_.show_in_rating AS show_in_rating_12, u0_.rating AS rating_13, u0_.nickname AS nickname_14, u0_.plan AS plan_15, u0_.plan_end AS plan_end_16 FROM "user" u0_ WHERE u0_.show_in_rating = true AND u0_.type = 1 ORDER BY u0_.rating DESC LIMIT 100;
|