Query Req:of having same days

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • waqar100
    New Member
    • Jun 2010
    • 27

    Query Req:of having same days

    in a table having the fields of starttime & endtime ,I want to fetch only the records having starttime & endtime of same days.
  • gpl
    New Member
    • Jul 2007
    • 152

    #2
    Strip off the time and test for equality - look at converting to a string
    Last edited by gpl; Mar 25 '11, 12:00 PM. Reason: typo

    Comment

    Working...