Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: about SYSDATE function
If you look in standard.sql you will find that there is a lot of new date/time functionality defined - BUT NOT YET SUPPORTED !
The need to 'select sysdate from dual' is to ensure that the server-side date/time is returned. The new features will also allow you to return client-side date/time.
-- Jonathan Lewis Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk Practical Oracle 8i: Building Efficient Databases Publishers: Addison-Wesley Reviews at: http://www.jlcomp.demon.co.uk/book_rev.htmlReceived on Sat Mar 31 2001 - 08:58:43 CST
>(off topic) one things that's been touted for 8.1.7.1 and above is that
>calls to sysdate in PL/SQL no longer generated a nasty 'select sysdate
>from dual'
>
>Yet to be proven or disproven
>--
>===========================================
>Connor McDonald
>http://www.oracledba.co.uk (mirrored at
>http://www.oradba.freeserve.co.uk)
>
>"Some days you're the pigeon, some days you're the statue"
![]() |
![]() |