USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Register a named SQL template for later use
Stores a named SQL template string in memory so it can be referenced by name in later AMSX commands (e.g. RunSqlTemplate). Useful when the same parameterised SQL is executed repeatedly with different values.
| Parameter | Description |
|---|---|
| cmd | Template name to register |
| Argument 0 | SQL string for the template |
AddSqlTemplate "Template name to register", "SQL string for the template"