Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. `dbo.JunctionT.ProcessState =
  2. (CASE
  3. WHEN dbo.fnGetReviewState(CURRENT_USER) = 'NSW' THEN 'NSW'
  4. WHEN dbo.fnGetReviewState(CURRENT_USER) = 'WA' THEN 'CDS'
  5. WHEN dbo.fnGetReviewState(CURRENT_USER) = 'VIC' THEN 'VIC OR WA'
  6. END)`
Add Comment
Please, Sign In to add comment