Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

functions with parameters SQL

EXEC @OrderID = dbo.GetOrderID
	@OrderType = @OrderType,
	@ServiceSpeed = @Qty,
	@Qty = @ServiceSpeed;
Source by scribnasium.com #
 
PREVIOUS NEXT
Tagged: #functions #parameters #SQL
ADD COMMENT
Topic
Name
1+6 =