Difference between revisions of "ExecSQL"

From AgileApps Support Wiki
imported>Aeric
(Created page with "{{DISPLAYTITLE:execSQL}} Execute a SQL query.<noinclude> __TOC__</noinclude> ====Syntax==== :<syntaxhighlight lang="java" enclose="div"> Result result = Functions.execSQL (String…")
 
imported>Aeric
Line 15: Line 15:


====Learn More====
====Learn More====
:* [SQL Browser]]
:* [[SQL Browser]]

Revision as of 00:28, 18 November 2011

Execute a SQL query.

Syntax

Result result = Functions.execSQL (String query} );

Parameters

query
The SQL query to execute.
Learn more: SQL Syntax

Returns

Result object

Learn More