Re: Sysdate, help needed urgent:)

From: Bo Lu <bo.lu_at_hsc.utah.edu>
Date: 1996/08/05
Message-ID: <320642C9.587C_at_hsc.utah.edu>#1/1


Kenny Liew 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?

select * from test where to_char(test_col, 'mm/dd/yy') =to_char(sysdate, 'mm/dd/yy')

-- 
Bo Lu
Senior Programmer/Analyst
Hospital and Clinical Informatics, U. of Utah
801-581-5964, bo.lu_at_hsc.utah.edu
Received on Mon Aug 05 1996 - 00:00:00 CEST

Original text of this message