Selects the application and database on which to focus subsequent commands.
SELECT appName dbName
appName | Name of the application containing the desired database. |
dbName | Name of database within the selected application. |
To select the database called BASIC in the application called SAMPLE:
SELECT "SAMPLE" "BASIC";
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |