Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
shebert
Yak Posting Veteran
85 Posts |
Posted - 2004-07-27 : 16:43:56
|
| does this select Give you the results listselect a.[date],a.[hour],C.MEMBER,(a.[HOURLY USAGE]/b.[MONTHLY USAGE] ) * c.[ACTUAL KWH] as TOTAL_KWHfrom LOADPROFILE_ERCOT_2003_MASTER_HOUR a join ERCOT_2003_MASTER_MONTH b on a.[date] =b.[month], join TXU1 c on a.[date]= C.[Assigned Billed Month] |
|
|
shebert
Yak Posting Veteran
85 Posts |
Posted - 2004-07-27 : 16:47:41
|
just ignore the idiot behind the keyboard.. |
 |
|
|
RoLYroLLs
Constraint Violating Yak Guru
255 Posts |
Posted - 2004-07-29 : 19:01:04
|
<---has ignored the idiot behind the keyboard - RoLY roLLs |
 |
|
|
|
|
|