Creation of additional end point based on another column #2458
-
HI Team, CREATE TABLE [home].[Pets]( This is working fine. I dont have any issue. The problem: Please help me with the DAB command. My alternate option would be stored procedure. But i prefer the CLI command which will solve my problem. Thank you for your time and responses. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use Stored Procedures for this task. Alternatively, you can use filter option in the REST Get request for getting the same result |
Beta Was this translation helpful? Give feedback.
You can use Stored Procedures for this task. Alternatively, you can use filter option in the REST Get request for getting the same result
Attaching docs for reference
Filter in REST : https://learn.microsoft.com/en-us/azure/data-api-builder/rest#filter
Stored Procedure: https://learn.microsoft.com/en-us/azure/data-api-builder/database-objects#stored-procedures