为什么c#向Oracle插入数据时提示:Ora-00911无效字符
5个回答
展开全部
ORA-00911: invalid character
Cause: identifiers may not start with any ASCII character other than letters and numbers. $#_ are also allowed after the first character. Identifiers enclosed by doublequotes may contain any character other than a doublequote. Alternative quotes (q'#...#') cannot use spaces, tabs, or carriage returns as delimiters. For all other contexts, consult the SQL Language Reference Manual.
Action: none
检查你的数据,字符串数据的双引号、数值型数据的非数字等
Cause: identifiers may not start with any ASCII character other than letters and numbers. $#_ are also allowed after the first character. Identifiers enclosed by doublequotes may contain any character other than a doublequote. Alternative quotes (q'#...#') cannot use spaces, tabs, or carriage returns as delimiters. For all other contexts, consult the SQL Language Reference Manual.
Action: none
检查你的数据,字符串数据的双引号、数值型数据的非数字等
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
create table dept_summary as
SELECT deptno,COUNT(*) as emp_count,SUM(sal) as emp_sum
FROM emp2
GROUP BY deptno;
SELECT deptno,COUNT(*) as emp_count,SUM(sal) as emp_sum
FROM emp2
GROUP BY deptno;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
无代码无真相!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个问题你这样问,比尔盖茨也解决不了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
代码请贴出来
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询