| 1 |
0.33 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.country AS country_4, t0.language AS language_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.image AS image_9, t0.beatandeal_tipster_id AS beatandeal_tipster_id_10, t0.beatandeal_operator_ids AS beatandeal_operator_ids_11, t0.created_at AS created_at_12 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.country AS country_4, t0.language AS language_5, t0.roles AS roles_6, t0.password AS password_7, t0.enabled AS enabled_8, t0.image AS image_9, t0.beatandeal_tipster_id AS beatandeal_tipster_id_10, t0.beatandeal_operator_ids AS beatandeal_operator_ids_11, t0.created_at AS created_at_12 FROM `user` t0 WHERE t0.id = 2;
|
| 2 |
1.74 ms |
SELECT c0_.metric_date AS metric_date_0, COALESCE(SUM(c0_.metric_posts), 0) AS sclr_1, COALESCE(SUM(c0_.metric_reach), 0) AS sclr_2, COALESCE(SUM(c0_.metric_impressions), 0) AS sclr_3, COALESCE(SUM(c0_.metric_likes), 0) AS sclr_4, COALESCE(SUM(c0_.metric_comments), 0) AS sclr_5 FROM content_metrics_history c0_ INNER JOIN creator_social_content c1_ ON c0_.content_id = c1_.id INNER JOIN creator_content_campaign c2_ ON (c2_.content_id = c1_.id) INNER JOIN creator_campaign c3_ ON c2_.campaign_id = c3_.id INNER JOIN creator_social_account c4_ ON c1_.social_account_id = c4_.id WHERE c3_.operator_id = ? AND (c0_.metric_date BETWEEN ? AND ?) AND c4_.tipster_id = ? GROUP BY c0_.metric_date ORDER BY c0_.metric_date ASC
Parameters: [
2
"2026-07-26 00:00:00"
"2026-08-04 00:00:00"
3
]
SELECT c0_.metric_date AS metric_date_0, COALESCE(SUM(c0_.metric_posts), 0) AS sclr_1, COALESCE(SUM(c0_.metric_reach), 0) AS sclr_2, COALESCE(SUM(c0_.metric_impressions), 0) AS sclr_3, COALESCE(SUM(c0_.metric_likes), 0) AS sclr_4, COALESCE(SUM(c0_.metric_comments), 0) AS sclr_5 FROM content_metrics_history c0_ INNER JOIN creator_social_content c1_ ON c0_.content_id = c1_.id INNER JOIN creator_content_campaign c2_ ON (c2_.content_id = c1_.id) INNER JOIN creator_campaign c3_ ON c2_.campaign_id = c3_.id INNER JOIN creator_social_account c4_ ON c1_.social_account_id = c4_.id WHERE c3_.operator_id = 2 AND (c0_.metric_date BETWEEN '2026-07-26 00:00:00' AND '2026-08-04 00:00:00') AND c4_.tipster_id = 3 GROUP BY c0_.metric_date ORDER BY c0_.metric_date ASC;
|
| 3 |
0.63 ms |
SELECT c0_.metric_date AS metric_date_0, COALESCE(SUM(c0_.metric_clicks), 0) AS sclr_1, COALESCE(SUM(c0_.metric_ftds), 0) AS sclr_2, COALESCE(SUM(c0_.metric_cpa), 0) AS sclr_3 FROM campaign_metrics_history c0_ INNER JOIN creator_campaign c1_ ON c0_.campaign_id = c1_.id WHERE c1_.operator_id = ? AND (c0_.metric_date BETWEEN ? AND ?) AND c0_.tipster_id = ? GROUP BY c0_.metric_date ORDER BY c0_.metric_date ASC
Parameters: [
2
"2026-07-26 00:00:00"
"2026-08-04 00:00:00"
3
]
SELECT c0_.metric_date AS metric_date_0, COALESCE(SUM(c0_.metric_clicks), 0) AS sclr_1, COALESCE(SUM(c0_.metric_ftds), 0) AS sclr_2, COALESCE(SUM(c0_.metric_cpa), 0) AS sclr_3 FROM campaign_metrics_history c0_ INNER JOIN creator_campaign c1_ ON c0_.campaign_id = c1_.id WHERE c1_.operator_id = 2 AND (c0_.metric_date BETWEEN '2026-07-26 00:00:00' AND '2026-08-04 00:00:00') AND c0_.tipster_id = 3 GROUP BY c0_.metric_date ORDER BY c0_.metric_date ASC;
|