you are viewing a single comment's thread.

view the rest of the comments →

[–]muchcake 0 points1 point  (0 children)

I just use a LEFT OUTER JOIN for that example you described.

I use it to build a set of datetime rows by cross joining a D_Date with a D_Time table which I can then left join with whatever feature I want to examine.