Difference between revisions of "LIST TRIGGERS"

From Lianjapedia
Jump to: navigation, search
Line 11: Line 11:
 
The LIST TRIGGERS command is used to display to the screen all triggers that are associated with the currently active table.
 
The LIST TRIGGERS command is used to display to the screen all triggers that are associated with the currently active table.
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
!width=15%|Keyword||Description
+
!width="15%"|Keyword||Description
 
|-
 
|-
|valign=top|TO <file>||The display output will be sent to the specified file.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is specified, then ".txt" will be used.
+
|valign="top"|TO <file>||The display output will be sent to the specified file.  The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename.  If no file extension is specified, then ".txt" will be used.
 
|-
 
|-
 
|}
 
|}

Revision as of 10:50, 5 February 2013

Purpose

Display triggers associated with current table

Syntax

LIST TRIGGERS [TO FILE <.txt filename> | (<expC>)]

See Also

ALTER TABLE, CONSTRAINTS, CREATE TABLE, DISPLAY TRIGGERS

Description

The LIST TRIGGERS command is used to display to the screen all triggers that are associated with the currently active table.

Keyword Description
TO <file> The display output will be sent to the specified file. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".txt" will be used.

Example

open database southwind
use customers
list triggers