1 |
2.85 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.photo AS photo_6, t0.auth_date AS auth_date_7, t0.theme AS theme_8, t0.birthday AS birthday_9, t0.phone AS phone_10, t0.about AS about_11, t0.custom_photo AS custom_photo_12, t0.male AS male_13, t0.coach AS coach_14, t0.captain AS captain_15, t0.ts_x AS ts_x_16, t0.register_date AS register_date_17, t0.telegram_id AS telegram_id_18, t0.notification AS notification_19, t0.trainings_filter AS trainings_filter_20, t0.show_year AS show_year_21, t0.verified AS verified_22, t0.account_balance AS account_balance_23, t0.level_id AS level_id_24 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.photo AS photo_6, t0.auth_date AS auth_date_7, t0.theme AS theme_8, t0.birthday AS birthday_9, t0.phone AS phone_10, t0.about AS about_11, t0.custom_photo AS custom_photo_12, t0.male AS male_13, t0.coach AS coach_14, t0.captain AS captain_15, t0.ts_x AS ts_x_16, t0.register_date AS register_date_17, t0.telegram_id AS telegram_id_18, t0.notification AS notification_19, t0.trainings_filter AS trainings_filter_20, t0.show_year AS show_year_21, t0.verified AS verified_22, t0.account_balance AS account_balance_23, t0.level_id AS level_id_24 FROM user t0 WHERE t0.id = 1;
|
2 |
1.06 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.color AS color_4, t0.bg AS bg_5, t0.short AS short_6, t0.filter AS filter_7 FROM badge t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.color AS color_4, t0.bg AS bg_5, t0.short AS short_6, t0.filter AS filter_7 FROM badge t0 WHERE t0.id = '1';
|
4 |
1.21 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.color AS color_4, t0.bg AS bg_5, t0.short AS short_6, t0.filter AS filter_7 FROM badge t0 INNER JOIN user_badge ON t0.id = user_badge.badge_id WHERE user_badge.user_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.color AS color_4, t0.bg AS bg_5, t0.short AS short_6, t0.filter AS filter_7 FROM badge t0 INNER JOIN user_badge ON t0.id = user_badge.badge_id WHERE user_badge.user_id = 1;
|