Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sysdate我想从(或者说,在 JUN-12 的任何一天)接收“01-FEB-11”的输出。
sysdate
select TO_CHAR(sysdate,'DD-MON-YY') from dual