Viewing 3 posts - 1 through 4 (of 4 total)
after a bit of head scratching I installed the app to a different virtual directory on the same server and it worked fine...so I deleted the original app and redeployed...
May 3, 2005 at 10:17 am
#556576
I think the outer join will not work if you have fields from the Trips table in the WHERE clause...(not sure though
August 17, 2004 at 7:57 am
#519339
Hi
Sounds like you just need to use an OUTER join between Days and Trips tables
eg. FROM Days LEFT JOIN Trips ON Days.Date = Trips.Date
this will include all rows from Days even...
August 17, 2004 at 6:08 am
#519307