Skip to content
SQL

Ranges

image.png
image.png

SELECT t.Id, dd.[Date]
FROM dbo.DateDimension dd
JOIN dbo.dbse t
ON dd.Date BETWEEN t.StartDate and t.EndDate;

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.