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

Home -> Community -> Usenet -> c.d.o.server -> Comparing TimeStamp field

Comparing TimeStamp field

From: <ashish1482_at_yahoo.com>
Date: 21 Dec 2005 21:55:40 -0800
Message-ID: <1135230940.213993.79270@g14g2000cwa.googlegroups.com>


Hi :-),

I hv a TimeStamp field in a table and i want to fetch records tht fall in between the date range.

i m using VB6 for developing front-end app.

Query: SELECT * FROM TableName
WHERE ProductionDateTime BETWEEN '01/Dec/2005' AND '21/Dec/2005'

ProductionDateTime is a TimeStamp field
this is not working. it shows no rows selected.

thnx in advance

Ashu Received on Wed Dec 21 2005 - 23:55:40 CST

Original text of this message

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