...
To specify a range of dates syntax like the following could be used:
Code Block | ||||
---|---|---|---|---|
| ||||
(CONVERT(DATE,AttemptDate) >= '2018-04-18' AND CONVERT(DATE,AttemptDate) <= '2018-04-20')) |
...
To specify a range of dates syntax like the following could be used:
Code Block | ||||
---|---|---|---|---|
| ||||
(CONVERT(DATE,AttemptDate) >= '2018-04-18' AND CONVERT(DATE,AttemptDate) <= '2018-04-20')) |