4. Accessing a DBMS Using SQL : SQL Syntax : Repeat Queries
 
Share this page                  
Repeat Queries
OpenAPI does not support the repeated keyword in delete, insert, select, and update statements. Repeat queries are supported in OpenAPI using the same underlying mechanism as used by embedded SQL. While embedded SQL hides the repeat query mechanism from the application, OpenAPI applications must manage this mechanism themselves.
Using Repeat Queries with OpenAPI describes how an OpenAPI application can use repeat queries.