首頁 資料庫 mysql教程 oracle sql调错

oracle sql调错

Jun 07, 2016 pm 02:51 PM
count oracle select sql

select count(*) from ((select (case when (instr(',' || wm_concat(type) || ',', ',develop-plan,') 0) then 'develop-plan' else 'unRead' end) type, max(id) id, name, node_level, project, end, max(created_date) created_date, center, year_flg,

 

 

select count(*)

  from ((select (case

                  when (instr(',' || wm_concat(type) || ',', ',develop-plan,') > 0) then

                   'develop-plan'

                  else

                   'unRead'

                end) type,

                max(id) id,

                name,

                node_level,

                project,

                end,

                max(created_date) created_date,

                center,

                year_flg,

                sequence,

                min(isRead) isRead,

                MyReplace(wm_concat(msgCreateDate), ',') msgCreateDate,

                wm_concat(group_name),

                max(planId),

                0 owe_days,

                0 owe_money

           from (select 'develop-plan' as type,

                        node.node_id as id,

                        template_node.node_name as name,

                        template_node.node_level,

                        project.project_name as project,

                        node.schedule_end_date as end,

                        warning.CREATED_DATE as created_date,

                        '' as center,

                        '' as year_flg,

                        ROW_NUMBER() OVER(PARTITION BY node.templet_id, project.project_project_id ORDER BY warning.created_date ASC) as sequence,

                        (select min(t.is_read)

                           from plan6_message_user_read t

                          where t.node_id = node.node_id

                            and t.need_reader = 'zhangch'

                          group by t.node_id) isRead,

                        '' msgCreateDate,

                        info.name group_name,

                        info.biz_cd planId,

                        0 owe_days,

                        0 owe_money

                   from plan6_warning        warning,

                        plan6_node           node,

                        project_distribution info,

                        project_period       pp,

                        project_project      project,

                        plan6_templet_node   template_node

                  where warning.node_id = node.node_id

                    and node.plan_id = info.biz_cd

                    and info.project_period_id = pp.project_period_id

                    and pp.is_enabled = 1

                    and pp.project_project_id = project.project_project_id

                    and template_node.node_id = node.templet_id

                    and info.if_in_plan = 1

                    and (warning.charger_cd = 'zhangch' OR

                        node.charger_cd = 'zhangch' OR

                        node.center_manager_cd = 'zhangch' OR

                        project.project_charger_cd = 'zhangch' OR

                        project.project_charger_cd2 = 'zhangch' OR

                        project.project_charger_cd_bis = 'zhangch' OR

                        ('wubc' = 'zhangch' AND

                        template_node.node_level in (1, 2)) OR

                        (('xuhf' = 'zhangch' OR 'zhanghf' = 'zhangch') and

                        template_node.node_level = 1))

                    and warning.stat = 2

                    and node.status = 1

                    and node.is_enabled 0

                    and warning.stat = 2

                 union

                 select 'unRead' tyep,

                        node.node_id id,

                        template_node.node_name as name,

                        template_node.node_level,

                        project.project_name as project,

                        node.schedule_end_date as end,

                        to_date('', 'yyyymmdd hh24:mi:ss') as created_date,

                        '' as center,

                        '' as year_flg,

                        ROW_NUMBER() OVER(PARTITION BY node.templet_id, project.project_project_id ORDER BY r.created_date ASC) as sequence,

                        r.is_read isRead,

                        to_char(r.created_date, 'yyyymmdd hh24:mi:ss') msgCreateDate,

                        info.name group_name,

                        info.biz_cd planId,

                        0 owe_days,

                        0 owe_money

                   from plan6_message_user_read r,

                        plan6_node              node,

                        project_distribution    info,

                        project_period          pp,

                        project_project         project,

                        plan6_templet_node      template_node

                  where r.node_id = node.node_id

                    and node.plan_id = info.biz_cd

                    and info.project_period_id = pp.project_period_id

                    and pp.is_enabled = 1

                    and pp.project_project_id = project.project_project_id

                    and template_node.node_id = node.templet_id

                    and info.if_in_plan = 1

                    and node.is_enabled 0

                    and r.need_reader = 'zhangch'

                    and r.is_read = '0') warning

          where warning.sequence = 1

          group by name,

                   node_level,

                   project,

                   end,

                   center,

                   year_flg,

                   sequence) union

        (select 'oa_meeting' as type,

                metting.oa_meeting_id as id,

                TO_CHAR(metting.business) as name,

                10 as node_level,

                '' as project,

                metting.target_date as end,

                warning.created_date as created_date,

                '' as center,

                '' as year_flg,

                0 as sequence,

                '' isRead,

                '' msgCreateDate,

                '' group_name,

                '' planId,

                0 owe_days,

                0 owe_money

           from oa_meeting metting, plan_warning warning

          where metting.oa_meeting_id = warning.target

            and metting.HIDDEN_FLG = 0

            and metting.status in (1, 2, 4)

            and metting.target_date is not null

            and instr(';' || warning.responsible_person, ';zhangch;') > 0));

           

 

 

 

 报错如下:



ORA-01790的错误,查到是因为报错的那个wm_concate后面的字段不是group by的字段。

 

 

 

本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

Video Face Swap

Video Face Swap

使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱門文章

<🎜>:泡泡膠模擬器無窮大 - 如何獲取和使用皇家鑰匙
3 週前 By 尊渡假赌尊渡假赌尊渡假赌
北端:融合系統,解釋
3 週前 By 尊渡假赌尊渡假赌尊渡假赌

熱工具

記事本++7.3.1

記事本++7.3.1

好用且免費的程式碼編輯器

SublimeText3漢化版

SublimeText3漢化版

中文版,非常好用

禪工作室 13.0.1

禪工作室 13.0.1

強大的PHP整合開發環境

Dreamweaver CS6

Dreamweaver CS6

視覺化網頁開發工具

SublimeText3 Mac版

SublimeText3 Mac版

神級程式碼編輯軟體(SublimeText3)

熱門話題

Java教學
1664
14
CakePHP 教程
1423
52
Laravel 教程
1318
25
PHP教程
1269
29
C# 教程
1248
24
oracle游標關閉怎麼解決 oracle游標關閉怎麼解決 Apr 11, 2025 pm 10:18 PM

解決 Oracle 游標關閉問題的方法包括:使用 CLOSE 語句顯式關閉游標。在 FOR UPDATE 子句中聲明游標,使其在作用域結束後自動關閉。在 USING 子句中聲明游標,使其在關聯的 PL/SQL 變量關閉時自動關閉。使用異常處理確保在任何異常情況下關閉游標。使用連接池自動關閉游標。禁用自動提交,延遲游標關閉。

oracle怎麼循環創建游標 oracle怎麼循環創建游標 Apr 12, 2025 am 06:18 AM

Oracle 中,FOR LOOP 循環可動態創建游標, 步驟為:1. 定義游標類型;2. 創建循環;3. 動態創建游標;4. 執行游標;5. 關閉游標。示例:可循環創建游標,顯示前 10 名員工姓名和工資。

HDFS配置CentOS需要哪些步驟 HDFS配置CentOS需要哪些步驟 Apr 14, 2025 pm 06:42 PM

在CentOS系統上搭建Hadoop分佈式文件系統(HDFS)需要多個步驟,本文提供一個簡要的配置指南。一、前期準備安裝JDK:在所有節點上安裝JavaDevelopmentKit(JDK),版本需與Hadoop兼容。可從Oracle官網下載安裝包。環境變量配置:編輯/etc/profile文件,設置Java和Hadoop的環境變量,使系統能夠找到JDK和Hadoop的安裝路徑。二、安全配置:SSH免密登錄生成SSH密鑰:在每個節點上使用ssh-keygen命令

oracle日誌寫滿怎麼辦 oracle日誌寫滿怎麼辦 Apr 12, 2025 am 06:09 AM

Oracle 日誌文件寫滿時,可採用以下解決方案:1)清理舊日誌文件;2)增加日誌文件大小;3)增加日誌文件組;4)設置自動日誌管理;5)重新初始化數據庫。在實施任何解決方案前,建議備份數據庫以防數據丟失。

甲骨文在商業世界中的作用 甲骨文在商業世界中的作用 Apr 23, 2025 am 12:01 AM

Oracle不僅是數據庫公司,還是雲計算和ERP系統的領導者。 1.Oracle提供從數據庫到雲服務和ERP系統的全面解決方案。 2.OracleCloud挑戰AWS和Azure,提供IaaS、PaaS和SaaS服務。 3.Oracle的ERP系統如E-BusinessSuite和FusionApplications幫助企業優化運營。

oracle視圖怎麼導出 oracle視圖怎麼導出 Apr 12, 2025 am 06:15 AM

可以通過 EXP 實用程序導出 Oracle 視圖:登錄 Oracle 數據庫。啟動 EXP 實用程序,指定視圖名稱和導出目錄。輸入導出參數,包括目標模式、文件格式和表空間。開始導出。使用 impdp 實用程序驗證導出。

oracle數據庫怎麼停止 oracle數據庫怎麼停止 Apr 12, 2025 am 06:12 AM

要停止 Oracle 數據庫,請執行以下步驟:1. 連接到數據庫;2. 優雅關機數據庫(shutdown immediate);3. 完全關機數據庫(shutdown abort)。

centos上weblogic的數據庫連接如何配置 centos上weblogic的數據庫連接如何配置 Apr 14, 2025 pm 02:06 PM

在CentOS系統上配置WebLogic數據庫連接,需要完成以下步驟:JDK安裝與環境配置:確保服務器已安裝與WebLogic版本兼容的JDK(例如,WebLogic14.1.1通常需要JDK8)。正確設置JAVA_HOME、CLASSPATH和PATH環境變量。 WebLogic安裝與解壓:從Oracle官方網站下載適用於CentOS系統的WebLogic安裝包,並將其解壓到指定目錄。 WebLogic用戶與目錄創建:創建一個專用的WebLogic用戶賬戶,並設置安全密碼

See all articles