Navigation:  NexusDB Guide > SQL Reference > SQL Statements > Schema Statements >

DROP ALIAS statement

Previous pageReturn to chapter overviewNext page

NexusDB V3 Manual

DROP ALIAS statement

button_main button_prev button_next

NexusDB Manual V3 > SQL Reference > SQL Statements > Schema Statements

Delete a view.

 

Syntax

 

<drop view statement> ::=

 

 

 

DROP ALIAS [ IF EXISTS ] alias-name

 

Usage

 

The DROP ALIAS deletes an alias / schema.

 

 

Notes

 

§

The IF EXISTS clause can be specified to avoid an exception when attempting to delete an alias that does not exist.

 

Examples

 

1)

The following example deletes the test_alias alias:

 

      DROP VIEW IF EXISTS test_alias

 

 


Conformance

 

NexusDB extensions

 

-

IF EXISTS clause

DROP ALIAS statement

 

© Nexus Database Systems Pty Ltd.

nexus_logo