Re: [SQL] how to use a date range in a join

2007-03-12 Thread Andreas Kretschmer
chester c young <[EMAIL PROTECTED]> schrieb: > trying to do something like > > select d.day, >c.name > from [dates between day1 and day2] d > left join c.some_table; > > but cannot figure out what to put into the brackets. Perhaps something like this: test=# select curre

[SQL] how to use a date range in a join

2007-03-12 Thread chester c young
trying to do something like select d.day, c.name from [dates between day1 and day2] d left join c.some_table; but cannot figure out what to put into the brackets. Finding fabulous fare