Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: What's the purpose of this SQL statement?

Re: What's the purpose of this SQL statement?

From: Arjan van Bentem <avbentem_at_DONT-YOU-DARE-cable.a2000.nl>
Date: Wed, 22 Jul 1998 06:54:37 +0200
Message-ID: <6p3ra7$1gh$1@newton.a2000.nl>


>as the time stamp. If that is, indeed, the case, the following is simpler:
>
>SELECT trunc(SYSDATE) INTO v_date FROM dual;

Simpler, and even more important: Y2k proof!

Arjan. Received on Tue Jul 21 1998 - 23:54:37 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US