Я пытаюсь вставить в таблицу, какое удостоверение истинно, и получаю ошибку
insert into GPS_Vouchers values ('10/25/2018 12:00:00 AM','Issuer Inter switch WDRL Txn',12,'HBL',35, 'CUP','cupISS123','SBP-HBL',21,035.56)
в таблице идентичность истинна, и я получаю эту ошибку.
this is the error An explicit value for the identity column in table 'GPS_Vouchers' can only be specified when a column list is used and IDENTITY_INSERT is ON.
Что я уже пробовал:
я попробовал identity true и все еще получаю эту ошибку
this is the error An explicit value for the identity column in table 'GPS_Vouchers' can only be specified when a column list is used and IDENTITY_INSERT is ON