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.
Run a SQL statement and return 1 if a value was found, or 0 if no record exists
Executes a SQL statement and checks whether the result is non-empty. Returns "1" in the result buffer if a non-null value was returned, "0" otherwise. Use for conditional branching based on record existence.
| Parameter | Description |
|---|---|
| cmd | SQL statement to execute (should return a single value) |
Exists "SQL statement to execute (should return a single value)"