Difference between revisions of "EXECUTE IMMEDIATE"

From Lianjapedia
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
The EXECUTE IMMEDIATE command is used to prepare and execute immediately a DELETE, INSERT, or UPDATE SQL statement or any Lianja command.
 
The EXECUTE IMMEDIATE command is used to prepare and execute immediately a DELETE, INSERT, or UPDATE SQL statement or any Lianja command.
  
{| class="wikitable"
+
{| class="wikitable" width="100%"
 
!Keywords||Description
 
!Keywords||Description
 
|-
 
|-

Latest revision as of 11:25, 30 January 2013

Purpose

Prepares and executes immediately a DELETE, INSERT, or UPDATE SQL statement or any Lianja command

Syntax

EXECUTE IMMEDIATE <statement>

See Also

DELETE, INSERT, UPDATE

Description

The EXECUTE IMMEDIATE command is used to prepare and execute immediately a DELETE, INSERT, or UPDATE SQL statement or any Lianja command.

Keywords Description
statement The SQL DELETE, INSERT or UPDATE statement, or Lianja command to execute immediately.

Example

EXECUTE IMMEDIATE set deleted off

Products

Lianja, Lianja Server