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 -> SQL: How to select date by month and/or year

SQL: How to select date by month and/or year

From: <raab_at_amsd3c.imib.rwth-aachen.de>
Date: 1997/05/06
Message-ID: <5kn4c5$i6u$1@news.rwth-aachen.de>#1/1

Hello,

how can I perform a selection of a date-field by any single subfield (day, month, year ...). I tried

select * from test_table where date_field like to_date('01', 'MM')

and some other combinations without success (i.e. "0 rows selected").

I checked the FAQs but didn't find helpful information.

Thanks ind advance.

Friedhelm Raab raab_at_amsd3c.imib.rwth-aachen.de Received on Tue May 06 1997 - 00:00:00 CDT

Original text of this message

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