Differences

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

Link to this comparison view

Next revision
Previous revision
dev:sql:statements:drop_environment:home [2009/12/05 16:33]
tdo created
dev:sql:statements:drop_environment:home [2016/06/28 22:38] (current)
Line 1: Line 1:
 {{page>:​top_add&​nofooter&​noeditbtn}} {{page>:​top_add&​nofooter&​noeditbtn}}
 <​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​ <​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​
 +====== Omnidex SQL: DROP ENVIRONMENT ======
 +{{page>:​sql_bar&​nofooter&​noeditbtn}}
  
-====== Omnidex SQL: ====== 
 ===== Description ===== ===== Description =====
 +DROP ENVIRONMENT will delete an Omnidex Environment file from the underlying operating system. ​ DROP ENVIRONMENT will first check to see that it is a valid Omnidex Environment before deleting the file.
  
 ===== Syntax ===== ===== Syntax =====
- +<code SQL> 
- DROP ENVIRONMENT ​environment_name + DROP ENVIRONMENT  
-      IN “filename+      IN “filespec
       WITH options] ​       WITH options] ​
- + </​code>​
 ===== Discussion ===== ===== Discussion =====
- 
-== environment_name == 
-The name of the Omnidex Environment. 
  
 == IN “environmet_filespec” == == IN “environmet_filespec” ==
Line 23: Line 22:
  
 ===== Examples ===== ===== Examples =====
- 
 ==== Simple ==== ==== Simple ====
-  drop myenv in "​tiny.env"​ +  drop environment ​in "​tiny.env"​;
- +
-==== 2nd example ==== +
 {{page>:​bottom_add&​nofooter&​noeditbtn}} {{page>:​bottom_add&​nofooter&​noeditbtn}}
 
Back to top
dev/sql/statements/drop_environment/home.1260030826.txt.gz · Last modified: 2016/06/28 22:38 (external edit)