6
Answers

How can i get data in a specific date range?

Photo of Kiran Kumari

Kiran Kumari

6y
858
1
Hello everyone below have a query 
  1. select * from TR_TRAINING_SESSIONS_M   
  2. where TRAINING_DATE  between '1/1/2019' and Getdate()  
 i want to get data between these date range , but when i execute it return others rows which are not in this date range ??
 thanks in advance  

Answers (6)