How get data from Today date time and From Next Date time in sql server
Hi,I want a fetch data From date time (10/04/2017 and time 07:30:00 am)
And Next Date time (11/04/2017 and time 07:29:59 am)
with using where clause in SQL server. Because of Stat are working
shift wise work.
Data:
ABC 10/04/2017 07:30:00.00000
XYZ 10/04/2017 07:35:00.00000
ZDY 11/04/2017 07:20:59.00000
SDY 11/04/2017 07:29:59.00000