List/Grid
Tag Archives: SQL Action
Using Multiple SQL Statements in an SQL Action
While writing App Engines, we normally write one SQL statement per SQL Action. But in certain situations, we may need to change this style. This post explains how to put in multiple SQL statements into a single SQL Action.