Oracle USER Function


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

An example of the USER function


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

URL: http://www.databasestar.com/oracle-user-function/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.