Difference between revisions of "SYSSCHEMAS"

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:47, 31 January 2013

Purpose

Schema names available in the database

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
TABLE_SCHEM C 30 Table schema

Example

SELECT * FROM sysschemas