Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE PROCEDURE [dbo].[fm_newHuman_checkItem]
- @username nvarchar(256),
- @itemID int
- AS
- BEGIN
- select 1 Result, '' Msg
- END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement