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.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Try This

Author  Topic 

shebert
Yak Posting Veteran

85 Posts

Posted - 2004-07-27 : 16:43:56
does this select Give you the results list

select a.[date],
a.[hour],
C.MEMBER,
(a.[HOURLY USAGE]/b.[MONTHLY USAGE] ) * c.[ACTUAL KWH] as TOTAL_KWH


from 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..
Go to Top of Page

RoLYroLLs
Constraint Violating Yak Guru

255 Posts

Posted - 2004-07-29 : 19:01:04
<---has ignored the idiot behind the keyboard

- RoLY roLLs
Go to Top of Page
   

- Advertisement -