Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: how to trunc date column to half an hour
SQL> select sysdate,
2 trunc(sysdate) + 3 trunc(to_number(to_char(sysdate, 'SSSSS'))/1800)/484 from dual
SYSDATE TRUNC(SYSDATE)+T
---------------- ----------------
SQL> HTH Stéphane Faroult
Derya Oktay wrote:
> Hi All,
> Is there a way of displaying date columns, truncated to half an hours.
>
> For example: select trunc(sysdate,'HH') from dual;
>
> Regards,
> Derya.
>
>
> FYI. We are usig this sort of functions in group by expressions.
>
> PS. Ghassan thank you for your answer regarding local/global index es
> in partitions.
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Mar 06 2007 - 13:46:03 CST
![]() |
![]() |