Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:sql:statements:drop_database:home [2009/12/05 16:23]
tdo
dev:sql:statements:drop_database:home [2016/06/28 22:38] (current)
Line 4: Line 4:
 {{page>:​sql_bar&​nofooter&​noeditbtn}} {{page>:​sql_bar&​nofooter&​noeditbtn}}
 ===== Description ===== ===== Description =====
 +DROP DATABASE will remove the specified database from the specified Omnidex Environment.
 +
 ===== Syntax ===== ===== Syntax =====
  
 <code SQL> <code SQL>
-  DROP DATABASE ​database+  DROP DATABASE ​database_name
       IN “filename”       IN “filename”
       [WITH options] ​       [WITH options] ​
 </​code>​ </​code>​
    
- 
 ===== Discussion ===== ===== Discussion =====
  
-== arg1 ==+== DATABASE database_name ​== 
 +Database_name is the name of an Omnidex database previously defined using the CREATE DATABASE Statement.
  
-== arg2 ==+== IN “Environment_filespec” ​== 
 +Omnidex_Environment_filespec is the filespec containing the Omnidex Environment.
  
-===== Examples =====+== WITH options ​== 
 +This Statement has no options.
  
-==== Simple ​====+===== Examples =====
  
-==== 2nd example ====+  drop database tinydb IN "​tiny.xml"​
  
 {{page>:​bottom_add&​nofooter&​noeditbtn}} {{page>:​bottom_add&​nofooter&​noeditbtn}}
 
Back to top
dev/sql/statements/drop_database/home.1260030203.txt.gz · Last modified: 2016/06/28 22:38 (external edit)