149 Views
The T-SQL BETWEEN operator let's you specify a range of values. So in this case shown here: I'm asking for rows where the DateCreated is between the first date and the second date. Notice how I've written the date here. We'll talk about that a bit more in a later post.
0 comments