Difference between revisions of "SYSPROCEDURES"

From Lianjapedia
Jump to: navigation, search
 
Line 8: Line 8:
 
System Tables are system defined read-only tables. You can query these tables using the SELECT statement.
 
System Tables are system defined read-only tables. You can query these tables using the SELECT statement.
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!Column||Data Type||Width||Description
 
!Column||Data Type||Width||Description
 
|-
 
|-

Latest revision as of 10:45, 31 January 2013

Purpose

Description of the stored procedures available in the catalog

See Also

DATA TYPES, SELECT, SYSTEM TABLES

Description

System Tables are system defined read-only tables. You can query these tables using the SELECT statement.

Column Data Type Width Description
PROCEDURE_CAT C 100 Procedure catalog
PROCEDURE_SCHEM C 30 Procedure schema
PROCEDURE_NAME C 30 Procedure name
R1 L 1 Reserved
R2 L 1 Reserved
R3 L 1 Reserved
REMARKS C 30 Comment describing procedure
PROCEDURE_TYPE N 1 Kind of procedure

Example

SELECT * FROM sysprocedures