Guest User

Untitled

a guest
Jan 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. SELECT [permanentValue] from [Data$] as A
  2. left join (select [ID] from [Management$N3:N10000]) as B on A.[Limit] = B.[ ID]
  3. Where A.[isTemporaryLimit]= 'N' and B.[ID] is not null
Add Comment
Please, Sign In to add comment