Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as SQL by qalipso ( 5 years ago )
INSERT INTO [dbo].[CombinationAhu]
           ([MinCapacitykW]
           ,[MaxCapacitykW]
           ,[AHUKIT00D]
           ,[AHUKIT01D]
           ,[AHUKIT02D]
           ,[AHUKIT03D])
     VALUES
           (0,9,1,0,0,0),
		   (9,20,0,1,0,0),
		   (20,36,0,0,1,0),
		   (36,56,0,0,0,1),
		   (56,65,0,0,2,0),
		   (65,90,0,0,1,1),
		   (90,112,0,0,0,2),
		   (112,125,0,0,2,1),
		   (125,140,0,0,1,2),
		   (140,155,0,0,0,3),
		   (155,175,0,0,2,2),
		   (175,198,0,0,1,3),
		   (198,225,0,0,0,4)
GO

 

Revise this Paste

Your Name: Code Language: