Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. select
  2. isnull((select top 1 1 from tbLogin where windowsUser = 'TH26014423'), 0) 'windowsUser',
  3. isnull((select top 1 1 from tbLogin where loginName = 'mchuai@celestica.com'), 0) 'loginName',
  4. isnull((select top 1 1 from tbLogin where en = 'TH26014423'), 0) 'en'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement