<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 不匹配

        SQL Error: ORA-01861: literal does not match format string 01861(SQL 错误:ORA-01861:文字与格式字符串 01861 不匹配)
            <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 不匹配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  ibtmp1是非压缩的innodb临时表的独立表空间,通过innodb_temp_data_file_path参数指定文件的路径,文件名和大小,默认配置为ibtmp1:12M:autoextend,也就是说在文件系统磁盘足够的情况下,这个文件大小是可以无限增长的。 为了避免ibtmp1文件无止境的暴涨导致
                  SQL query to group by day(按天分组的 SQL 查询)
                  What does SQL clause quot;GROUP BY 1quot; mean?(SQL 子句“GROUP BY 1是什么意思?意思是?)
                  MySQL groupwise MAX() returns unexpected results(MySQL groupwise MAX() 返回意外结果)
                  MySQL SELECT most frequent by group(MySQL SELECT 按组最频繁)
                  Include missing months in Group By query(在 Group By 查询中包含缺失的月份)
                2. <tfoot id='szSDD'></tfoot>
                    <bdo id='szSDD'></bdo><ul id='szSDD'></ul>
                      • <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'>

                              <tbody id='szSDD'></tbody>