Advertisement
kirzecy670

Untitled

May 29th, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. -- Users with feature flag enabled
  2. user_setting AS (
  3. SELECT DISTINCT user_id::UInt64 AS user_id
  4. FROM stat.user_setting_history
  5. WHERE name = 'circles_concept_enabled'
  6. AND value IN (1, '1', '"1"')
  7. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement