Difference between revisions of "DROP VIEW"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
=DROP VIEW=
 
 
 
 
==Class==
 
==Class==
 
SQL Applications
 
SQL Applications
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[CREATE VIEW]], [[SQL SELECT|SELECT]]
+
[[Configuration Files]], [[CREATE VIEW]], [[SQL SELECT|SELECT]]
  
  

Revision as of 10:21, 29 April 2009

Class

SQL Applications


Purpose

Frees up all system resources allocated to a view


Syntax

DROP VIEW <view>


See Also

Configuration Files, CREATE VIEW, SELECT


Description

The DROP VIEW command frees up all system resources allocated to the specified view and removes the view definition from the sysodbc.ini file in the current directory.


Keywords Description
view The name of the view to be dropped.


Example

DROP VIEW OverTen


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer