TY (1, 1) NOT NULL,
[ref_id] [numeric] (18, 0) NULL,
[Square/Concentr] [nchar] (12) COLLATE Cyrillic_General_CI_AI NULL,
[CO2] [float] NULL,
[N2] [float] NULL,
[He] [float] NULL,
[H2] [float] NULL,
[H2S] [float] NULL,
[C1] [float] NULL,
[C2] [float] NULL,
[C3] [float] NULL,
[i-C4] [float] NULL,
[n-C4] [float] NULL,
[i-C5] [float] NULL,
[n-C5] [float] NULL,
[2,2-DiMethylButane] [float] NULL,
[2,3-Dimethyl + CP] [float] NULL,
[2-MethylPentane] [float] NULL,
[3-MethylPentane] [float] NULL,
[n-C6] [float] NULL,
[MethylCycloPentane] [float] NULL,
[2,2 +2,4-DMCP] [float] NULL,
[CycloHexan] [float] NULL,
[2-MethylHexan] [float] NULL,
[3-MethylHexan] [float] NULL,
[1T +2 T-DMCP] [float] NULL,
[n-C7] [float] NULL,
[MethylCycloHexan] [float] NULL,
[i-C8] [float] NULL,
[n-C8] [float] NULL
) ON [PRIMARY] TABLE [dbo]. [C8_oil] (
[id] [numeric] (18, 0) IDENTITY (1, 1) NOT NULL,
[ref_id] [numeric] (18, 0) NULL,
[Square/Concentr] [nchar] (12) COLLATE Cyrillic_General_CI_AI NULL,
[CO2] [float] NULL,
[N2] [float] NULL,
[He] [float] NULL,
[H2] [float] NULL,
[H2S] [float] NULL,
[C1] [float] NULL,
[C2] [float] NULL,
[C3] [float] NULL,
[i-C4] [float] NULL,
[n-C4] [float] NULL,
[i-C5] [float] NULL,
[n-C5] [float] NULL,
[2,2-DiMethylButane] [float] NULL,
[2,3-Dimethyl + CP] [float] NULL,
[2-MethylPentane] [float] NULL,
[3-MethylPentane] [float] NULL,
[n-C6] [float] NULL,
[MethylCycloPentane] [float] NULL,
[2,2 +2,4-DMCP] [float] NULL,
[CycloHexan] [float] NULL,
[2-MethylHexan] [float] NULL,
[3-MethylHexan] [float] NULL,
[1T +2 T-DMCP] [float] NULL,
[n-C7] [float] NULL,
...