Difference between revisions of "DROP VIEW"

From Lianjapedia
Jump to: navigation, search
 
Line 12: Line 12:
  
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!Keywords||Description
 
!Keywords||Description
 
|-
 
|-

Latest revision as of 11:23, 30 January 2013

Purpose

Frees up all system resources allocated to a view

Syntax

DROP VIEW <view>

See Also

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