@SwapnilKalkar-4467 , thank you for your question, but could you please share why you want an alternative?
I do not think there is an alternative, but if you could share your use case, maybe I could help you come up with another solution.
Alternative for RETURN while writting Stored Procedure in Azure DW
Swapnil Kalkar
66
Reputation points
Is there any Alternative for RETURN used in Stored Procedure Azure Data-warehouse?
2 answers
Sort by: Most helpful
-
MartinJaffer-MSFT 26,221 Reputation points
2020-06-23T19:44:17.62+00:00 -
Swapnil Kalkar 66 Reputation points
2020-07-03T08:24:25.047+00:00 @majaffer I wanted use Return 0 or Return 1. Anyway I used THROW option just to get out of a Stored Procedure Explicitly in Azure DW.