Oracle SESSIONTIMEZONE Function


/ Published in: SQL
Save to your folder(s)

A few examples of the SESSIONTIMEZONE function.


Copy this code and paste it in your HTML
  1. /*
  2. SESSIONTIMEZONE Example
  3. */
  4.  
  5. SELECT SESSIONTIMEZONE
  6. FROM dual;

URL: http://www.databasestar.com/oracle-sessiontimezone/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.