Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Database Design

  1. #11
    It is also faster to sort query output by a datetime datatype than it is to sort it by a varchar datatype.
    That sounds good. I am planning on having a calandar function, so datetime will be preferred so I can sort easier.

  2. #12
    Webius Designerous Indiginous
    Join Date
    Mar 2002
    Location
    South Florida
    Posts
    1,123
    Originally posted here by chsh
    It is also faster to sort query output by a datetime datatype than it is to sort it by a varchar datatype.

    This is why I said that if the date were only to be used as a display output for posts, not for sorting purposes.

    For sorting purposes you would be much better off using the DATETIME formatting.


    xmaddness
    Planet Maddness Industries
    http://www.planetmaddness.com

Posting Permissions

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