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.
Cache a query result in a temporary table, running it only once per script execution
Executes a named query and stores its result in the specified temporary table, but only if the query has not already been cached during this script run. Repeated calls with the same query name are silently skipped. Useful for shared reference data loaded once and reused across multiple steps.
| Parameter | Description |
|---|---|
| cmd | Query name (used as the cache key) |
| Argument 0 | Temporary table name to store the query results in |
QueryCache "Query name (used as the cache key)", "Temporary table name to store the query results in"