Viewing 4 posts - 1 through 4 (of 4 total)
Of course i'm agree with you, but i write the date like i do just for example but i know how you write is the correct way.
March 6, 2015 at 6:41 am
In that case not work, i says if you us on the where section like this.
Select * from table
where date between '12-12-12' and '12-31-12'
March 6, 2015 at 6:13 am
This will do the same you have in the where section, go from day 25 to 29. Give it a try,i used before and works great.
March 6, 2015 at 5:58 am
you can replace this part of the query
"Last_Status_DT >= '2013-10-25'
AND Last_Status_DT < '2013-10-29';"
For this one
"Last_Status_DT between '2013-10-25' and '2013-10-29';"
And the...
March 6, 2015 at 5:26 am
Viewing 4 posts - 1 through 4 (of 4 total)