Re: Sysdate, help needed urgent:)
From: Afshin Ghafoori <ash_at_lantis.demon.co.uk>
Date: 1996/08/04
Message-ID: <839198107.7966.0_at_lantis.demon.co.uk>#1/1
Date: 1996/08/04
Message-ID: <839198107.7966.0_at_lantis.demon.co.uk>#1/1
Kenny Liew <kenliew_at_pl.jaring.my> wrote:
>Anyone out there knows how can I pull rows out from a table using an SQL
>statement, where the date in the rows equals the current date?
I assume you mean the date the record was created by ORACLE. Well, this piece of info is not recorded with the record automatically; you have to create a column and populate it during inserts with SYSDATE. Received on Sun Aug 04 1996 - 00:00:00 CEST