Oracle DBTIMEZONE Function


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

An example of the DBTIMEZONE function.


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

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.