Advertisement
kirzecy670

Untitled

Jun 16th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. SELECT
  2. uid,
  3. simpleJSONExtractString(addJson, 'details') AS rejection_reason,
  4. dt AS rejection_date
  5. FROM stat.funnelTrack
  6. WHERE action IN ('feature_disabled', 'feature_deactivated')
  7. AND dt >= today()
  8. AND (
  9. simpleJSONExtractString(addJson, 'experiment') = 'android_gmd_57483_newApp_v01_ru_experiment'
  10. OR simpleJSONExtractString(addJson, 'experimentId') = 'android_gmd_57483_newApp_v01_ru_experiment'
  11. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement