Alternative for RETURN while writting Stored Procedure in Azure DW

Swapnil Kalkar 66 Reputation points
2020-06-23T12:43:30.38+00:00

Is there any Alternative for RETURN used in Stored Procedure Azure Data-warehouse?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,549 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,046 Reputation points
    2020-06-23T19:44:17.62+00:00

    @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.


  2. 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.

    0 comments No comments