SQL 错误“ORA

编程入门 行业动态 更新时间:2024-10-28 04:18:43
本文介绍了SQL 错误“ORA-01722:无效数字"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

对某人来说非常简单,下面的插入给了我

A very easy one for someone, The following insert is giving me the

ORA-01722:无效号码

ORA-01722: invalid number

为什么?

INSERT INTO CUSTOMER VALUES (1,'MALADY','Claire','27 Smith St Caulfield','0419 853 694'); INSERT INTO CUSTOMER VALUES (2,'GIBSON','Jake','27 Smith St Caulfield','0415 713 598'); INSERT INTO CUSTOMER VALUES (3,'LUU','Barry','5 Jones St Malvern','0413 591 341'); INSERT INTO CUSTOMER VALUES (4,'JONES','Michael','7 Smith St Caulfield','0419 853 694'); INSERT INTO CUSTOMER VALUES (5,'MALADY','Betty','27 Smith St Knox','0418 418 347');

推荐答案

尝试将字符串转换为数字时出现 ORA-01722 错误,并且字符串无法转换为数字.

An ORA-01722 error occurs when an attempt is made to convert a character string into a number, and the string cannot be converted into a number.

在没有看到您的表定义的情况下,您似乎正在尝试将值列表末尾的数字序列转换为数字,而分隔它的空格会引发此错误.但根据您提供给我们的信息,它可能发生在任何领域(第一个领域除外).

Without seeing your table definition, it looks like you're trying to convert the numeric sequence at the end of your values list to a number, and the spaces that delimit it are throwing this error. But based on the information you've given us, it could be happening on any field (other than the first one).

更多推荐

SQL 错误“ORA

本文发布于:2023-05-27 02:44:41,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/275008.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:词库加载错误:Could not find file 'D:\淘小白 高铁采集器win10\Configuration\Dict_Sto

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!