Advertisement
Ruslan_Rayanov

fm_newHuman_getItem

Jan 16th, 2023
1,283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.17 KB | None | 0 0
  1.  
  2.      
  3. CREATE PROCEDURE [dbo].[fm_newHuman_getItem]
  4.    @username nvarchar(256),
  5.    @itemID int
  6.    
  7. AS
  8. BEGIN
  9.     select 1
  10.  
  11.     select 'h3' headerTag, 1 LineLabel
  12. END
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement