Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. case
  2. when rd.project_id<>'pmd' then 'other'
  3. when rd.account='dgbeat' then 'DG Beat 3rd Party'
  4. when o.operator_id='Genting' and rd.account='TopRatedCasino' then 'Genting 3rd Party'
  5. when o.operator_id='iAffiliates' and rd.account='sportwiser' then 'Mansion 3rd Party'
  6. when o.operator_id='Gamesys' and rd.account='topratedbingo' then 'Virgin 3rd Party'
  7. when o.operator_id='iAffiliates' and rd.account='TopRatedSH' then 'SlotsHeaven 3rd Party'
  8. when o.operator_id='Casumo' and rd.account='SportWiser' then 'Casumo 3rd Party'
  9. when rd.account='monster' then 'Optionstars 3rd Party'
  10. when o.operator_id='PlayLand' then 'PlayLand 3rd Party'
  11. when o.operator_id='Broadway' and rd.account='sportwiser' then 'Broadway 3rd Party'
  12. when rd.account like 'PPCSW%' then 'SW 3rd Party'
  13. when rd.account like 'GM3D%' then 'GMP 3rd Party'
  14. else 'other'
  15. end as 'PublisherGroup',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement