in reply to Re^3: modeling overlapping generations
in thread modeling overlapping generations
given a point in time or a duration of time, find the closest period that completely encompasses your sample.
Right now we are storing these "periods" with there start and end times in a SQL table, and then doing a lot of nested SQL queries to return our results. I am trying to determine if there are better ways to model such relationships. Intuitively SQL seems wrong for this.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: modeling overlapping generations
by BrowserUk (Patriarch) on Nov 26, 2011 at 22:05 UTC |