DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: data by every hour

Threaded View

  1. #2
    Join Date
    Nov 2002
    Location
    Geneva Switzerland
    Posts
    3,142
    Group By to_char(cdate, 'YYYYMMDDHH24'), ctype

    Or

    Group By trunc(cdate, 'HH24'), ctype
    Last edited by DaPi; 11-04-2004 at 10:38 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width