Synapse
Learn how to use the Synapse node in StackAI to query your Synapse database using natural language or SQL, with clear input and output examples.
TABLE Customers ( Name TEXT, Email TEXT, Revenue REAL );What is the total revenue for all customers?SELECT SUM(Revenue) FROM Customers;
Name
Description
Required
Example
Name
Description
Required
Example
Action Name
Description
Required Inputs
Outputs
Last updated
Was this helpful?

