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.
Store a comma-separated list as a SQL-safe IN list variable
Marks the value as a SQL-safe IN list so it can be embedded in a SQL "WHERE x IN (...)" clause without injection risk. SqlInListQuoted wraps each item in single quotes. Must be used with variable assignment. Throws if not assigned to a variable.
| Parameter | Description |
|---|---|
| cmd | Comma-separated list of values for the IN clause |
SqlInList "Comma-separated list of values for the IN clause"