renee35
MIS
- Jan 30, 2007
- 199
Could someone please help me figure out how to change the below code:
a.effdate between @PrevQtrClose + 1 and @enddate
to say between @PrevQtrClose + dateadd (sec + 1)?
What I need is to capture all data between the prevqtrclose and the next day, and right now I missing anything that falls in between.
Thanks!
Thanks a bunch!!
-T
a.effdate between @PrevQtrClose + 1 and @enddate
to say between @PrevQtrClose + dateadd (sec + 1)?
What I need is to capture all data between the prevqtrclose and the next day, and right now I missing anything that falls in between.
Thanks!
Thanks a bunch!!
-T