
October 16th, 2012, 04:39 PM
|
 |
SQL Consultant
|
|
Join Date: Feb 2003
Location: Toronto Canada
|
|
Quote: | Originally Posted by stinkyjak I am trying to produce a result that has a value for ever time iteration. | i understand this
what you need is a LEFT OUTER JOIN where the time iterations are the left table, and your data is the right table, and for each time iteration, there may or may not be a data row
correct?
|