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 -> Re: SQL Problems

Re: SQL Problems

From: Jens Schauder <Jens.Schauder_at_opal-edv.com>
Date: Tue, 06 Apr 1999 16:15:36 GMT
Message-ID: <01be8048$b410e7c0$a870e491@wntker13-2>


try something like

select *
from some_table
where some_date = sysdate

if you just want to test for the correct day have a look on the function trunc, round and to_char operating on dates

cu
Jens

Francis <francis_at_mail.com> wrote in article <370c22d8.48611579_at_bbinews.netvigator.com>...
> How to compare the field with the system time using SQL*Plus?
>
Received on Tue Apr 06 1999 - 11:15:36 CDT

Original text of this message

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