ALTER SESSION SET
Change a parameter value for the current session.
Alter Session Examples
CURRENT_DATABASE
Switch to another database without need of re-login.
Your session will silently switch to the requested database.
The database exists, but the user does not have access to it:
The database does not exist:
EXECUTOR_DEVICE
Force the session to run the subsequent SQL commands in CPU mode:
Switch back the session to run in GPU mode
Last updated