<legend id='biGqL'><style id='biGqL'><dir id='biGqL'><q id='biGqL'></q></dir></style></legend>
  • <i id='biGqL'><tr id='biGqL'><dt id='biGqL'><q id='biGqL'><span id='biGqL'><b id='biGqL'><form id='biGqL'><ins id='biGqL'></ins><ul id='biGqL'></ul><sub id='biGqL'></sub></form><legend id='biGqL'></legend><bdo id='biGqL'><pre id='biGqL'><center id='biGqL'></center></pre></bdo></b><th id='biGqL'></th></span></q></dt></tr></i><div id='biGqL'><tfoot id='biGqL'></tfoot><dl id='biGqL'><fieldset id='biGqL'></fieldset></dl></div>
    <tfoot id='biGqL'></tfoot>

      <small id='biGqL'></small><noframes id='biGqL'>

      • <bdo id='biGqL'></bdo><ul id='biGqL'></ul>

        SQL 错误:ORA-01861:文字与格式字符串 01861 不匹配

        时间:2023-09-19
            <tfoot id='DytCv'></tfoot>
          1. <small id='DytCv'></small><noframes id='DytCv'>

              <bdo id='DytCv'></bdo><ul id='DytCv'></ul>
              • <i id='DytCv'><tr id='DytCv'><dt id='DytCv'><q id='DytCv'><span id='DytCv'><b id='DytCv'><form id='DytCv'><ins id='DytCv'></ins><ul id='DytCv'></ul><sub id='DytCv'></sub></form><legend id='DytCv'></legend><bdo id='DytCv'><pre id='DytCv'><center id='DytCv'></center></pre></bdo></b><th id='DytCv'></th></span></q></dt></tr></i><div id='DytCv'><tfoot id='DytCv'></tfoot><dl id='DytCv'><fieldset id='DytCv'></fieldset></dl></div>
                <legend id='DytCv'><style id='DytCv'><dir id='DytCv'><q id='DytCv'></q></dir></style></legend>
                  <tbody id='DytCv'></tbody>

                1. 本文介绍了SQL 错误:ORA-01861:文字与格式字符串 01861 不匹配的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试将数据插入现有表中,但一直收到错误消息.

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

                  INSERT INTO Patient  
                  (
                    PatientNo,
                    PatientFirstName,
                    PatientLastName,
                    PatientStreetAddress,
                    PatientTown,
                    PatientCounty,
                    PatientPostcode,
                    DOB,
                    Gender,
                    PatientHomeTelephoneNumber,
                    PatientMobileTelephoneNumber
                  )
                  VALUES 
                  (
                    121, 
                    'Miles', 
                    'Malone', 
                    '64 Zoo Lane', 
                    'Clapham', 
                    'United Kingdom',
                    'SW4 9LP',
                    '1989-12-09',
                    'M',
                    02086950291,
                    07498635200
                  );
                  

                  错误:

                  Error starting at line : 1 in command -
                  INSERT INTO Patient (PatientNo,PatientFirstName,PatientLastName,PatientStreetAddress,PatientTown,PatientCounty,PatientPostcode,DOB,Gender,PatientHomeTelephoneNumber,PatientMobileTelephoneNumber)
                  VALUES (121, 'Miles', 'Malone', '64 Zoo Lane', 'Clapham', 'United Kingdom','SW4 9LP','1989-12-09','M',02086950291,07498635200)
                  Error report -
                  SQL Error: ORA-01861: literal does not match format string
                  01861. 00000 -  "literal does not match format string"
                  *Cause:    Literals in the input must be the same length as literals in
                             the format string (with the exception of leading whitespace).  If the
                             "FX" modifier has been toggled on, the literal must match exactly,
                             with no extra whitespace.
                  *Action:   Correct the format string to match the literal.
                  

                  只是不知道为什么会发生这种情况我目前正在学习 SQL,任何帮助将不胜感激!

                  Just not sure why this keeps happening I am learning SQL at the moment, any help will be greatly appreciated!

                  推荐答案

                  尝试用 TO_DATE('1989-12-09','YYYY-MM-DD')

                  这篇关于SQL 错误:ORA-01861:文字与格式字符串 01861 不匹配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:System.Data.OracleClient 需要 Oracle 客户端软件版本 8.1.7 下一篇:将 oracle 中的函数拆分为具有自动序列的逗号分隔值

                  相关文章

                2. <tfoot id='szSDD'></tfoot>
                    <bdo id='szSDD'></bdo><ul id='szSDD'></ul>
                3. <legend id='szSDD'><style id='szSDD'><dir id='szSDD'><q id='szSDD'></q></dir></style></legend>
                  <i id='szSDD'><tr id='szSDD'><dt id='szSDD'><q id='szSDD'><span id='szSDD'><b id='szSDD'><form id='szSDD'><ins id='szSDD'></ins><ul id='szSDD'></ul><sub id='szSDD'></sub></form><legend id='szSDD'></legend><bdo id='szSDD'><pre id='szSDD'><center id='szSDD'></center></pre></bdo></b><th id='szSDD'></th></span></q></dt></tr></i><div id='szSDD'><tfoot id='szSDD'></tfoot><dl id='szSDD'><fieldset id='szSDD'></fieldset></dl></div>

                      <small id='szSDD'></small><noframes id='szSDD'>