1 |
8.31 ms |
SELECT m0_.id AS id_0, m0_.title AS title_1, m0_.text AS text_2, m0_.created AS created_3, c1_.id AS id_4, c1_.text AS text_5, c1_.created AS created_6, m0_.author_id AS author_id_7, c1_.post_id AS post_id_8, c1_.author_id AS author_id_9 FROM micro_post m0_ LEFT JOIN COMMENT c1_ ON m0_.id = c1_.post_id ORDER BY m0_.created DESC
SELECT m0_.id AS id_0, m0_.title AS title_1, m0_.text AS text_2, m0_.created AS created_3, c1_.id AS id_4, c1_.text AS text_5, c1_.created AS created_6, m0_.author_id AS author_id_7, c1_.post_id AS post_id_8, c1_.author_id AS author_id_9 FROM micro_post m0_ LEFT JOIN COMMENT c1_ ON m0_.id = c1_.post_id ORDER BY m0_.created DESC;
|
2 |
5.65 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.banned_until AS banned_until_6, t7.id AS id_8, t7.name AS name_9, t7.bio AS bio_10, t7.website_url AS website_url_11, t7.username AS username_12, t7.company AS company_13, t7.location AS location_14, t7.date_of_birth AS date_of_birth_15, t7.user_id AS user_id_16 FROM user t0 LEFT JOIN user_profile t7 ON t7.user_id = t0.id 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.banned_until AS banned_until_6, t7.id AS id_8, t7.name AS name_9, t7.bio AS bio_10, t7.website_url AS website_url_11, t7.username AS username_12, t7.company AS company_13, t7.location AS location_14, t7.date_of_birth AS date_of_birth_15, t7.user_id AS user_id_16 FROM user t0 LEFT JOIN user_profile t7 ON t7.user_id = t0.id WHERE t0.id = 2;
|
3 |
0.81 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.banned_until AS banned_until_6, t7.id AS id_8, t7.name AS name_9, t7.bio AS bio_10, t7.website_url AS website_url_11, t7.username AS username_12, t7.company AS company_13, t7.location AS location_14, t7.date_of_birth AS date_of_birth_15, t7.user_id AS user_id_16 FROM user t0 LEFT JOIN user_profile t7 ON t7.user_id = t0.id 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.banned_until AS banned_until_6, t7.id AS id_8, t7.name AS name_9, t7.bio AS bio_10, t7.website_url AS website_url_11, t7.username AS username_12, t7.company AS company_13, t7.location AS location_14, t7.date_of_birth AS date_of_birth_15, t7.user_id AS user_id_16 FROM user t0 LEFT JOIN user_profile t7 ON t7.user_id = t0.id WHERE t0.id = 3;
|