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

Thread: Date Datatype

  1. #1
    Join Date
    Apr 2002
    Posts
    41
    How many bytes does the date datatype has.What is the information that is available in the date datatype.Is day of the week also stored in the date datatype.

  2. #2
    Join Date
    Apr 2001
    Location
    Czechia
    Posts
    712
    Seven bytes.
    Century, year, month, day, hours, minutes, seconds.
    Directly no, indirectly yes. It's possible to get it with the TO_CHAR(date, 'D') or TO_CHAR(date, 'DAY') function.
    Ales
    The whole difference between a little boy and an adult man is the price of toys

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