Oracle中遇到的错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle中遇到的错误相关的知识,希望对你有一定的参考价值。

 

1. ORA-00937: 不是单组分组函数  和  不是group by表达式

--select count(corp_tn),state_code from t_oa_main where corp_tn=‘jiayuanshu‘ and oa_code=‘QJ_PT_0005_2017_3_0004‘ group by corp_tn; --不是group by表达式
--select count(corp_tn),state_code from t_oa_main where corp_tn=‘jiayuanshu‘ and oa_code=‘QJ_PT_0005_2017_3_0004‘ --ORA-00937: 不是单组分组函数
--select count(corp_tn),state_code from t_oa_main where corp_tn=‘jiayuanshu‘ and oa_code=‘QJ_PT_0005_2017_3_0004‘ group by state_code; --ok

  

2. 



以上是关于Oracle中遇到的错误的主要内容,如果未能解决你的问题,请参考以下文章

在片段导航抽屉中。我在 getActionBar 中遇到错误。我能知道错误的原因和错误吗

导入数据的时候,遇到oracle错误600,ora-00600,内部错误代码,参数[kcbnew-3],[4],[

如何在 Toad for Oracle 中使用自定义代码片段?

在python 3.6中处理自定义编码时遇到类型错误

从 ORACLE 数据库中选择数据时遇到 ORA-01830 错误

片段中的Android致命异常