Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. DECLARE @return_value int;
  2. EXEC @return_value = jbilling_schema.ald_sp_Insert_topup_bonus
  3. @CodeList = '1,2,rr345rr,tt344tt',
  4. @product_code = ‘Ricarica Standard 300';
  5. SELECT @return_value as N'@Return Value';
  6. GO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement