Data Integration
- Data Integration
- All Products
To pass a string input parameter, enter it without quotes. If the string has spaces in it, enclose the parameter in double quotes. For example, if the stored procedure Drop_Table requires a table name as an input parameter, enter the following call text:Drop_Table()
Drop_Table(Customer_list)