SQL Error: ORA-01861: literal does not match format string 01861

后端 未结 7 935
长情又很酷
长情又很酷 2020-11-29 04:33

I am trying to insert data into an existing table and keep receiving an error.

INSERT INTO Patient  
(
  PatientNo,
  PatientFirstName,
  PatientLastName,
           


        
7条回答
  •  我在风中等你
    2020-11-29 05:05

    If you provide proper date format it should work please recheck once if you have given correct date format in insert values

提交回复
热议问题