I have a table:
CREATE TABLE [dbo].[TABLE]( [ID] [int] IDENTITY(1,1) NOT NULL, [CHARG] [nchar](255) NOT NULL, [MATNR] [nchar](30) NOT NULL, [V