Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| ref:a_f:a:exec_sql [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1 | ref:a_f:a:exec_sql [2026/08/13 00:43] (current) – ↷ Page moved from a_f:a:exec_sql to ref:a_f:a:exec_sql localdev | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====== EXEC_SQL ====== | ||
| + | This action executes the specified SQL string by invoking the database engine. | ||
| + | |||
| + | ===== Syntax ===== | ||
| + | |||
| + | '' | ||
| + | |||
| + | where ArithmeticExpressio defines a string to be executed, for example: | ||
| + | |||
| + | <code aim> | ||
| + | |||
| + | If SQL to be executed performs a SELECT specify the object name that the SQL returns. | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | <code aim> | ||
| + | |||
| + | You have to be careful when using this acton as you can stuff up your database if you do something wrong. This action is only recommended for advanced users who understand how AwareIM manages the database. | ||
| + | |||
| + | The identifier after '' | ||
| + | |||
| + | <callout type=" | ||