Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. SQL compare time part of datetime field

SQL compare time part of datetime field

Scheduled Pinned Locked Moved C / C++ / MFC
databasequestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    asdf1753
    wrote on last edited by
    #1

    hi how can i compare time part of datetime field in SQL, for exaple : time of datetimefield between '12:24:36' and '18:50:25' thank you :rose:

    D 1 Reply Last reply
    0
    • A asdf1753

      hi how can i compare time part of datetime field in SQL, for exaple : time of datetimefield between '12:24:36' and '18:50:25' thank you :rose:

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      SELECT xxx FROM xxx WHERE datetimefield BETWEEN #01/01/1970 12:24:36# AND #12/31/2038 18:50:25#

      I had to do the opposite once where I wanted rows for a particular day, regardless of the time. I used:

      SELECT xxx FROM xxx WHERE datetimefield BETWEEN #02/13/2004 00:00:00# AND #02/13/2004 23:59:59#


      A rich person is not the one who has the most, but the one that needs the least.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups