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 -> Re: Extract same datetime records

Re: Extract same datetime records

From: Ed Prochak <ed.prochak_at_magicinterface.com>
Date: 17 May 2005 11:12:13 -0700
Message-ID: <1116353533.211324.69520@g14g2000cwa.googlegroups.com>

KK,

how long have you been using SQL? How about sqlplus? Have you read any SQL manuals?

Ed

SELECT * from tbl
WHERE call_time= yourdatetime ; Received on Tue May 17 2005 - 13:12:13 CDT

Original text of this message

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