Viewing 5 posts - 1 through 6 (of 6 total)
!!!! Finally figured it out!!
I took the Schools table out of the equation to simplify things. I also added a BuildingID index to the BuildingChars table (didn't require any major...
July 14, 2008 at 1:07 pm
Ah it executed but it isn't giving me the correct results. I'm not 100% on what it's actually calculating now. Curse whoever designed this database. It is still giving me...
July 14, 2008 at 12:26 pm
thanks so much for your quick responses. cjeremy, i think your solution is very close. the only problem is i get an error message that says "The multi-part identifier M.SchoolID...
July 14, 2008 at 12:13 pm
I don't want to GROUP BY year though, I'd like to group by corresponding buildingchars. Notice how some of the results may be utility bills starting in May and ending...
July 14, 2008 at 11:40 am
The query I have written only retrieves the most recent 12 months of utility data. Many schools have years of utility data. I'm trying to create a view that contains...
July 14, 2008 at 10:14 am
Viewing 5 posts - 1 through 6 (of 6 total)