After 13th row Dynamic and in 12th row static values with a formula
问题 Below is the SQL Query I used to create as view CREATE VIEW [v_AMP_C] AS SELECT dbo.IC_Raw_In.I_Date, dbo.IC_Raw_In.I_O_P, dbo.IC_Raw_In.I_O_H, dbo.IC_Raw_In.I_O_L, dbo.IC_Raw_In.I_C_O, dbo.AMPS12_C.AMPS12_C FROM dbo.IC_Raw_In INNER JOIN dbo.AMPS12_C ON dbo.IC_Raw_In.I_Serial = dbo.AMPS12_C.i_serial and the data is imported to this table by useing a bulk insert dbo.IC_Raw_In and data type are Money except I_Date. Then when i ran the query i.e,. select * from v_AMP_C i got the below as output