beginつまり、 andを使用してすべてを試してみましendたが、うまくいきません。どうすればこれを修正できますか?
select
     case 
    when exists
    (select ORG_UNIT_NAME from aaa.bbb 
    where ORG_UNIT_NAME ='ccc' and created_Date=to_date('01/11/2012','dd/mm/yyyy') )
    then
    update  aaa.bbb 
    set PROJECT_QUOTA=555 where ORG_UNIT_NAME  ='ccc' and created_Date=to_date('01/11/2012','dd/mm/yyyy')
    else
    'asd'
    end as exist_
    from dual
その後、更新の代わりに「ddd」を使用すると、機能しますが、更新が機能しないのはなぜですか。