[Action_Statement]
Results
Substitution
Preferred
8.0
[Action_Statement] can be used within inline tags to return the action statement used internally by the current data source connector to perform the database action. For example, [Action_Statement] will return the SQL statement generated by the SQLite or MySQL data sources. The -StatementOnly parameter can be used in the opening [Inline] tag to specify that the action statement should be generated for an action, but the action itself should not be performed.
[Inline: ...] [Action_Statement] [/Inline][Inline: -StatementOnly, ...] [Action_Statement] [/Inline]