Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SQL statements for session control

SQL statement

Function

SET CATALOG

Defines the default database name for dynamically compilable SQL statements and cursor descriptions

SET SCHEMA

Defines the default schema name for dynamically compilable SQL statements and cursor descriptions

SET SESSION AUTHORIZATION

Defines an authorization identifier for the current SQL session

PERMIT

Has no effect; provided only for compatibility with SESAM/SQL V1

Table 25: SQL statements for session control