use

Differences

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

Link to this comparison view

Next revision
Previous revision
use [2015/09/23 20:27]
127.0.0.1 external edit
use [2016/03/08 06:11]
dmtolpeko
Line 1: Line 1:
 ====== USE Statement ====== ====== USE Statement ======
  
-USE statement allows you to change the default database used in SQL statements. ​+USE statement allows you to change the default database used in SQL statements ​for the current connection
  
 **Syntax:** **Syntax:**
Line 19: Line 19:
 </​code>​ </​code>​
  
-**Compatibility**:​ Hive, MySQL+**Compatibility**:​ Hive, MySQL, MariaDB 
 + 
 +**Version**:​ HPL/SQL 0.1 
 + 
 +See also: 
 +  * [[create-database|CREATE DATABASE]] 
 +  * [[drop-database|DROP DATABASE]]
  
-**Version**:​ PL/HQL 0.01