Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.16 KB | None | 0 0
  1. DECLARE @nr as int
  2. SET @nr = 96834
  3. DECLARE @txt as nvarchar(100)
  4. SET @txt = "akumulatora skrūvgriezis"
  5. INSERT INTO TOOLBOX(PK_NOM, NOSAUK)
  6. VALUES(@nr, @txt);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement