Hello all... I would appriciate an answer in SQL statement that I describe below.
I am trying to select rows from the table that along with other fields, have date and time fileds.
if I want to select a certain date and time for my starting point and till my ending point in same format, how would I go about doing it?
Shortly I want to select something like this
from 5/1/2001 12:07:33 PM till 5/7/2001 7:43:23 AM ( considering date time in 2 different fileds of database)
Thanks a lot.
I am trying to select rows from the table that along with other fields, have date and time fileds.
if I want to select a certain date and time for my starting point and till my ending point in same format, how would I go about doing it?
Shortly I want to select something like this
from 5/1/2001 12:07:33 PM till 5/7/2001 7:43:23 AM ( considering date time in 2 different fileds of database)
Thanks a lot.