/ Published in: SQL

URL: http://www.databasestar.com/oracle-sessiontimezone/
A few examples of the SESSIONTIMEZONE function.
Expand |
Embed | Plain Text
/* SESSIONTIMEZONE Example */ SELECT SESSIONTIMEZONE FROM dual;
You need to login to post a comment.