PL/SQL how to make current time variable?

后端 未结 0 1555
有刺的猬
有刺的猬 2020-12-13 21:46

My block:

create or replace procedure currentime IS
 current_time VARCHAR2(50):=  TO_CAHR( SYSDATE, \'YYYY.MM.DD HH24:MI:SS\' ) ;

--current_t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题