Guest User

Untitled

a guest
Jan 16th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. --1
  2. select 1/0
  3. select 'ok'
  4.  
  5. --2
  6. create table #t (a int)
  7. insert into #t values(1)
  8.  
  9. update #t set b = 99
  10. select 'ok'
Add Comment
Please, Sign In to add comment