Advertisement
yurakmv26

Untitled

Dec 8th, 2020
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. use TestKeyLookUp
  3. go
  4.  
  5. -- 2 сессия
  6. declare
  7. @Col int
  8.  
  9. while 1 = 1
  10. begin
  11. select @Col = Col1
  12. from dbo.Test
  13. where NCIColumn = 10;
  14. end
  15. go
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement