Oracle Trigger--if Else Demo

Source: Internet
Author: User

1 CREATE OR REPLACE TriggerTrig_solr_index_el_lesson2AfterUpdate  ofLessonid, Lessonname, lessongoal, note, TeacherName, Teacherid, Classidname, ClassID, Crtime, statusOr Delete or Insert  onEl_lesson3    forEach Row4 Declare5   --Local Variables here6New_status Number;7 begin8New_status:=: New.status;9   ifInserting ThenTen     begin One       INSERT  intoSolr_index A (ID, docid, type) -       VALUES -(Solr_index_seq. Nextval,: New.lessonid,'Add'); the     End; -   End if; -  -   ifUpdating Then +   --contrast the old state and the new state -     ifNew_status= -1  and: Old.status!= -1  Then +      A       INSERT  intoSolr_index at (ID, docid, type) -       VALUES -(Solr_index_seq. Nextval,: Old.lessonid,'Delete'); -      -     Else -       INSERT  intoSolr_index in (ID, docid, type) -       VALUES to(Solr_index_seq. Nextval,: Old.lessonid,'Update'); +      -     End if; the   End if; *  $   ifdeleting ThenPanax Notoginseng     begin -       INSERT  intoSolr_index the (ID, docid, type) +       VALUES A(Solr_index_seq. Nextval,: Old.lessonid,'Delete'); the     End; +   End if; - End;

Oracle Trigger--if Else Demo

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.