Home > database >  The value of the variable PLSQL system
The value of the variable PLSQL system

Time:09-29

Have similar is essentially the same in PLSQL system variables, so, how to get the value?

CodePudding user response:

Sysdate view system time
The select sysdate from dual;

The user to view the current user
Select the user from dual;
  • Related